5 rows where qSpecies_id = 517

View and edit SQL

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)
84805 203293 DPW Maintained 1 Acca sellowiana :: Pineapple Guava Tree 517 1935 16th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 2ft   5991243.2225 2102238.13108 37.7518414589193 -122.47316834604 (37.7518414589193, -122.47316834604) 1 8 4 29491 12
134583 221572 DPW Maintained 1 Acca sellowiana :: Pineapple Guava Tree 517 1000 San Jose Ave 78 Front Yard : Yard Tree Private 2     2     6005057.8171 2097028.65705 37.7383276244099 -122.425024907477 (37.7383276244099, -122.425024907477) 2 7 5 63 7
160253 187790 DPW Maintained 1 Acca sellowiana :: Pineapple Guava Tree 517 2000 18th St 2 Sidewalk: Property side : Yard Tree Private 2     10     6011746.47807 2105624.8027 37.7623063299939 -122.402502959744 (37.7623063299939, -122.402502959744) 8 3 8 28856 29
183559 203294 DPW Maintained 1 Acca sellowiana :: Pineapple Guava Tree 517 1935 16th Ave 3 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 5ft   5991243.37917 2102227.53075 37.7518123622537 -122.473167031259 (37.7518123622537, -122.473167031259) 1 8 4 29491 12
194088 203295 DPW Maintained 1 Acca sellowiana :: Pineapple Guava Tree 517 544 Dewey Blvd 1 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 6ft   5994267.85373 2099609.73852 37.7447992214041 -122.462518197581 (37.7447992214041, -122.462518197581) 1 8 4 29491 40

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)
);