18 rows where Police Districts = 7 and qSpecies_id = 68

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)
138611 237972 DPW Maintained 1 Prunus spp :: Cherry 68 400 Prospect Ave 14 Sidewalk: Property side : Yard Tree Private 2     11     6006214.1673 2097605.70169 37.7399773120135 -122.421067769962 (37.7399773120135, -122.421067769962) 2 7 7 28859 2
151548 179164 DPW Maintained 1 Prunus spp :: Cherry 68 906 Madrid St 1 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 2ft   6001361.98728 2088931.83355 37.7158861309088 -122.43722367146 (37.7158861309088, -122.43722367146) 9 7 6 28861 5
154500 213704 DPW Maintained 1 Prunus spp :: Cherry 68 635 Mangels Ave 1 Sidewalk: Property side : Yard Tree Private 2     15     5997206.92035 2095245.84356 37.7329858403205 -122.452040726125 (37.7329858403205, -122.452040726125) 9 7 4 59 40
172665 179165 DPW Maintained 1 Prunus spp :: Cherry 68 671 London St 1 Sidewalk: Curb side : Yard Tree Private 2     3     6001067.99101 2089902.67343 37.7185351226768 -122.438309369006 (37.7185351226768, -122.438309369006) 9 7 6 28861 5
190581 234912 DPW Maintained 1 Prunus spp :: Cherry 68 266 Richland Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 3ft   6006193.38743 2096072.09961 37.7357652112859 -122.421030756557 (37.7357652112859, -122.421030756557) 2 7 7 28859 2

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