4 rows where Police Districts = 8 and qSpecies_id = 50 sorted by rowid descending

View and edit SQL

These facets timed out: Police 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)
187580 219233 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 387 Ashton Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 3ft   5994164.56547 2092392.43636 37.7249763432778 -122.462351978558 (37.7249763432778, -122.462351978558) 9 8 4 28861 40
175730 254646 Permitted Site 7 Jacaranda mimosifolia :: Jacaranda 50 67 Saint Charles Ave 31 Sidewalk: Curb side : Cutout Tree DPW for City Agency 14 Private     3x3   5992096 2088072 37.7129941473192 -122.469188407447 (37.7129941473192, -122.469188407447) 9 8 6 64 24
157876 111096 Permitted Site 7 Jacaranda mimosifolia :: Jacaranda 50 67 SAINT CHARLES AVE 31 Sidewalk: Curb side : Cutout Tree DPW for City Agency 14 DPW   15     5992079 2088073 37.7129959107362 -122.469247237289 (37.7129959107362, -122.469247237289) 9 8 6 64 24
14147 219232 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 393 Ashton Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 3ft   5994163.921 2092422.70166 37.7250594073463 -122.462356400531 (37.7250594073463, -122.462356400531) 9 8 4 28861 40

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