4 rows where Fire Prevention Districts = 13 and qSpecies_id = 129 sorted by Police Districts

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)
90934 105853 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 3440 Sacramento St 1 Sidewalk: Curb side : Cutout Tree Private 2   03/05/2014 12:00:00 AM 2 3x3 Permit Number 771130 5998386.8139 2115235.64255 37.7879403376223 -122.449401324733 (37.7879403376223, -122.449401324733) 13 6 1 54 31
147752 50728 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 3101 Washington St 1 Sidewalk: Curb side : Cutout Tree Private 2   06/28/2017 12:00:00 AM 3   Permit Number 780126 5999807.59177 2116040.97714 37.7902327454929 -122.444543610603 (37.7902327454929, -122.444543610603) 13 6 1 29490 27
154752 135631 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 3450 Sacramento St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 3ft   5998366.80455 2115231.89384 37.7879289000462 -122.449470282934 (37.7879289000462, -122.449470282934) 13 6 1 54 31
169087 9847 Permitted Site 7 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 1295X Gough St 8 Sidewalk: Curb side : Cutout Tree Private 2   08/22/2009 12:00:00 AM 3 3X3   6005487.54968 2114101.28131 37.7852292855281 -122.424753311633 (37.7852292855281, -122.424753311633) 13 9 11 28858 41

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