8 rows where Police Districts = 3 and qSpecies_id = 260

View and edit SQL

Police Districts

rowid ▼ TreeID qLegalStatus_id qSpecies_id qAddress SiteOrder qSiteInfo PlantType qCaretaker_id qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location Fire Prevention Districts Police Districts Supervisor Districts Zip Codes Neighborhoods (old)
13262 261608 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 1900x Bay Shore Blvd 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6012644 2089018 37.7167576107691 -122.398233561415 (37.7167576107691, -122.398233561415) 10 3 8 58 1
33429 30149 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 410X Mansell St 15 Median : Cutout Tree DPW 1     18 M   6010678.994322 2090457.626596 37.7206008798567 -122.405126964413 (37.7206008798567, -122.405126964413) 10 3 7 309 28
61135 30147 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 410X Mansell St 9 Median : Cutout Tree DPW 1     18 M   6010678.994322 2090457.626596 37.7206008798567 -122.405126964413 (37.7206008798567, -122.405126964413) 10 3 7 309 28
73820 30152 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 410X Mansell St 24 Median : Cutout Tree DPW 1     18 M   6010678.994322 2090457.626596 37.7206008798567 -122.405126964413 (37.7206008798567, -122.405126964413) 10 3 7 309 28
100123 30150 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 410X Mansell St 18 Median : Cutout Tree DPW 1     18 M   6010678.994322 2090457.626596 37.7206008798567 -122.405126964413 (37.7206008798567, -122.405126964413) 10 3 7 309 28
117483 30153 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 410X Mansell St 26 Median : Cutout Tree DPW 1     18 M   6010678.994322 2090457.626596 37.7206008798567 -122.405126964413 (37.7206008798567, -122.405126964413) 10 3 7 309 28
160008 30151 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 410X Mansell St 19 Median : Cutout Tree DPW 1     18 M   6010678.994322 2090457.626596 37.7206008798567 -122.405126964413 (37.7206008798567, -122.405126964413) 10 3 7 309 28
170944 30148 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 410X Mansell St 11 Median : Cutout Tree DPW 1     18 M   6010678.994322 2090457.626596 37.7206008798567 -122.405126964413 (37.7206008798567, -122.405126964413) 10 3 7 309 28

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "trees" (
   [rowid] INTEGER PRIMARY KEY,
   [TreeID] TEXT,
   [qLegalStatus_id] INTEGER REFERENCES [qLegalStatus]([id]),
   [qSpecies_id] INTEGER,
   [qAddress] TEXT,
   [SiteOrder] TEXT,
   [qSiteInfo] TEXT,
   [PlantType] TEXT,
   [qCaretaker_id] INTEGER REFERENCES [qCaretaker]([id]),
   [qCareAssistant] TEXT,
   [PlantDate] TEXT,
   [DBH] TEXT,
   [PlotSize] TEXT,
   [PermitNotes] TEXT,
   [XCoord] TEXT,
   [YCoord] TEXT,
   [Latitude] TEXT,
   [Longitude] TEXT,
   [Location] TEXT,
   [Fire Prevention Districts] TEXT,
   [Police Districts] TEXT,
   [Supervisor Districts] TEXT,
   [Zip Codes] TEXT,
   [Neighborhoods (old)] TEXT,
   FOREIGN KEY(qSpecies_id) REFERENCES qSpecies(id)
);