2 rows where SiteOrder = 22 and qSpecies_id = 91

View and edit SQL

SiteOrder

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)
139364 29613 DPW Maintained 1 Schinus molle :: California Pepper 91 900X Junipero Serra Blvd 22 Median : Cutout Tree DPW 1   03/30/2006 12:00:00 AM 3 3X3   5991166.63654 2090933.64994 37.7207977908582 -122.472609073865 (37.7207977908582, -122.472609073865) 9 8 4 64 40
188324 197498 DPW Maintained 1 Schinus molle :: California Pepper 91 651 Missouri St 22 Sidewalk: Property side : Yard Tree Private 2     9     6013596.26371 2103973.99117 37.757876656309 -122.395989509211 (37.757876656309, -122.395989509211) 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)
);