2 rows where qSpecies_id = 499

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)
66736 131244 DPW Maintained 1 Meryta sinclairii :: Puka or puke tree 499 2770 Green St 3 Sidewalk: Property side : Yard Tree Private 2     5 Width 6ft   5999801.9058 2117795.56718 37.7950500629515 -122.444689450959 (37.7950500629515, -122.444689450959) 13 9 1 57 17
125421 116755 DPW Maintained 1 Meryta sinclairii :: Puka or puke tree 499 601x Wisconsin St 3 Sidewalk: Curb side : Cutout Tree Private 2     3 3x3   6012732.7732 2104597.96658 37.7595418769705 -122.39901963634 (37.7595418769705, -122.39901963634) 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)
);