8 rows where Police Districts = "" and qSpecies_id = 68

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)
2397 19696 DPW Maintained 1 Prunus spp :: Cherry 68 100 STAIRWAY9 -3 Sidewalk: Curb side : Cutout Tree DPW 1     12 15ST                      
3996 19960 DPW Maintained 1 Prunus spp :: Cherry 68 100 STAIRWAY41 18 Sidewalk: Curb side : Cutout Tree DPW 1     6 25ST                      
6955 19957 DPW Maintained 1 Prunus spp :: Cherry 68 100 STAIRWAY40 2 Sidewalk: Curb side : Cutout Tree DPW 1     3 15ST                      
9951 40088 Permitted Site 7 Prunus spp :: Cherry 68   1 Sidewalk: Curb side : Cutout Tree Private 2   03/09/1999 12:00:00 AM     Permit Number 41311                    
14491 19697 DPW Maintained 1 Prunus spp :: Cherry 68 100 STAIRWAY9 1 Sidewalk: Curb side : Cutout Tree DPW 1     3 15ST                      
15283 19958 DPW Maintained 1 Prunus spp :: Cherry 68 100 STAIRWAY40 3 Sidewalk: Curb side : Cutout Tree DPW 1     3 15ST                      
17361 19956 DPW Maintained 1 Prunus spp :: Cherry 68 100 STAIRWAY40 1 Sidewalk: Curb side : Cutout Tree DPW 1     12 15ST                      
130764 249657 DPW Maintained 1 Prunus spp :: Cherry 68 2401 Lyon St 9 Front Yard : Yard Tree Private 2     5 Width 10ft   5999220.85646 2117228.07126 37.7934586955217 -122.446659110123 (37.7934586955217, -122.446659110123) 11   1 57 30

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