4 rows where Fire Prevention Districts = 6 and qSpecies_id = 95 sorted by qSpecies_id

View and edit SQL

Fire Prevention Districts

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)
26065 194549 DPW Maintained 1 Pittosporum crassifolium :: Karo Tree 95 403 04th St 2 Sidewalk: Curb side : Yard Tree Private 2     11 Width 3ft   6012748.86682 2112225.44873 37.780486123384 -122.399499481319 (37.780486123384, -122.399499481319) 6 2 9 28856 34
62497 194550 DPW Maintained 1 Pittosporum crassifolium :: Karo Tree 95 403 04th St 3 Sidewalk: Curb side : Yard Tree Private 2     20 Width 3ft   6012740.93096 2112217.51557 37.7804638984163 -122.399526378248 (37.7804638984163, -122.399526378248) 6 2 9 28856 34
105379 194548 DPW Maintained 1 Pittosporum crassifolium :: Karo Tree 95 403 04th St 1 Sidewalk: Curb side : Yard Tree Private 2     13 Width 3ft   6012759.18972 2112229.11025 37.7804967524539 -122.399464026441 (37.7804967524539, -122.399464026441) 6 2 9 28856 34
143804 88992 Permitted Site 7 Pittosporum crassifolium :: Karo Tree 95 680 Folsom St 3 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6013080.3 2113726.9 37.784627230328 -122.398458274764 (37.784627230328, -122.398458274764) 6 2 9 28853 6

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