2 rows where Fire Prevention Districts = 9 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)
120884 113311 Undocumented 4 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 1001x Alemany Blvd 10 Front Yard : Yard Tree Private 2   11/09/2015 12:00:00 AM 20   Permit Number 776808 6003491.75626 2094313.44879 37.7307836910976 -122.430245918511 (37.7307836910976, -122.430245918511) 9 7 6 28861 25
194381 259007 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 44 Grafton Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   12/17/2020 12:00:00 AM 3 4x4   5996586 2090578 37.720133466152 -122.453850425827 (37.720133466152, -122.453850425827) 9 8 6 28861 24

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