6 rows where Police Districts = 4 and qSpecies_id = 384

View and edit SQL

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)
31684 15331 DPW Maintained 1 Corymbia citriodora :: Lemon Scented Gum 384 1700X Mission St 3 Median : Cutout Tree DPW 1     12 4X4   6006725.71304 2108437.22279 37.7697470004467 -122.42006753591 (37.7697470004467, -122.42006753591) 8 4 7 28853 19
53340 24613 DPW Maintained 1 Corymbia citriodora :: Lemon Scented Gum 384 1735 Mission St 1 Sidewalk: Property side : Cutout Tree DPW 1     24 6x7   6006758.73918 2108085.91697 37.7687842586517 -122.419928366315 (37.7687842586517, -122.419928366315) 8 4 7 28853 19
100547 15329 DPW Maintained 1 Corymbia citriodora :: Lemon Scented Gum 384 1700X Mission St 1 Median : Cutout Tree DPW 1     12 4X4   6006717.7369932 2108570.5208478 37.7701125558687 -122.420104586186 (37.7701125558687, -122.420104586186) 8 4 7 28853 19
140022 15332 DPW Maintained 1 Corymbia citriodora :: Lemon Scented Gum 384 1700X Mission St 4 Median : Cutout Tree DPW 1     12 4X4   6006723.99669 2108411.90123 37.7696773767498 -122.420071675471 (37.7696773767498, -122.420071675471) 8 4 7 28853 19
144738 15330 DPW Maintained 1 Corymbia citriodora :: Lemon Scented Gum 384 1700X Mission St 2 Median : Cutout Tree DPW 1     12 4X4   6006727.83912 2108452.72313 37.769789680489 -122.420061282012 (37.769789680489, -122.420061282012) 8 4 7 28853 19
173295 15333 DPW Maintained 1 Corymbia citriodora :: Lemon Scented Gum 384 1700X Mission St 5 Median : Cutout Tree DPW 1     12 4X4   6006720.95157 2108390.0555 37.7696172219899 -122.420080657908 (37.7696172219899, -122.420080657908) 8 4 7 28853 19

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