8 rows where Police Districts = 3 and qSpecies_id = 79

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)
32922 188440 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 900 Marin St 4 : Tree Private 2     2 Width 4ft   6016353.67764 2100743.44065 37.7491592669079 -122.3862279089 (37.7491592669079, -122.3862279089) 10 3 8 58 1
36055 188441 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 1075 Jamestown Ave 1 Sidewalk: Curb side : Yard Tree Private 2     2     6013593.18256 2089903.25055 37.7192411588259 -122.39501465042 (37.7192411588259, -122.39501465042) 10 3 8 58 1
40844 188439 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 900 Marin St 2 : Tree Private 2     3 Width 4ft   6016416.33259 2100747.09096 37.7491727576269 -122.386011499647 (37.7491727576269, -122.386011499647) 10 3 8 58 1
61896 188437 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 1465 Rhode Island St 2 Sidewalk: Curb side : Yard Tree Private 2     8     6012048.22997 2101554.20026 37.7511461921502 -122.40117325816 (37.7511461921502, -122.40117325816) 10 3 8 28856 29
75391 35886 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 75 Elmira St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 04/24/1998 12:00:00 AM 4   Permit Number 39086 6011194.17734 2096389.63188 37.7369177176839 -122.403763315527 (37.7369177176839, -122.403763315527) 10 3 8 58 1
89381 188436 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 1310 Indiana St 3 : Yard Tree Private 2     3     6014947.70455 2102543.51938 37.7540239822338 -122.391215632613 (37.7540239822338, -122.391215632613) 10 3 8 28856 29
114805 188438 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 1745 20th St 2 Sidewalk: Curb side : Yard Tree Private 2     22 Width 3ft   6012749.716 2104689.9757 37.7597954579003 -122.398967497246 (37.7597954579003, -122.398967497246) 10 3 8 28856 29
157904 35884 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 65 Elmira St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 04/24/1998 12:00:00 AM 3   Permit Number 39085 6011192.13952 2096439.01345 37.737053195154 -122.403773834904 (37.737053195154, -122.403773834904) 10 3 8 58 1

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