4 rows where qSpecies_id = 530

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)
95427 199510 DPW Maintained 1 Quercus engelmannii :: Engelmann oak 530 1 01st St 14 : Yard Tree Private 2     5     6014434.26374 2105920.54159 37.7632680488164 -122.393227539228 (37.7632680488164, -122.393227539228) 14 3 8 28856 29
135268 18552 DPW Maintained 1 Quercus engelmannii :: Engelmann oak 530 1700X Quesada Ave 7 Median : Cutout Tree DPW 1     7 19   6014642.29362 2095077.14438 37.7335059182554 -122.391749808332 (37.7335059182554, -122.391749808332) 10 3 8 58 1
158113 36980 DPW Maintained 1 Quercus engelmannii :: Engelmann oak 530 250 09th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 05/29/1998 12:00:00 AM 4   Permit Number 39605 5993091.47222 2113806.34594 37.7837115501487 -122.467618105783 (37.7837115501487, -122.467618105783) 11 6 2 54 11
183735 199509 DPW Maintained 1 Quercus engelmannii :: Engelmann oak 530 800 19th St 9 Sidewalk: Property side : Yard Tree Private 2     8 Width 10ft   6015055.67161 2105341.31512 37.7617121209521 -122.39103778987 (37.7617121209521, -122.39103778987) 10 3 8 28856 29

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