2 rows where qSpecies_id = 523

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)
91119 239667 DPW Maintained 1 Schinus polygamus :: Chilean pepper tree 523 3700 Cesar Chavez St 4 Sidewalk: Property side : Yard Tree Private 2     26 Width 10ft   6005776.56879 2100568.79388 37.7480886132065 -122.42279133238 (37.7480886132065, -122.42279133238) 2 4 5 28859 19
165872 5459 DPW Maintained 1 Schinus polygamus :: Chilean pepper tree 523 589 Dolores St 1 Sidewalk: Curb side : Cutout Tree Private 2     90 8X8   6004997.42906 2104935.20905 37.7600337791527 -122.425796320748 (37.7600337791527, -122.425796320748) 2 4 5 28859 19

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