6 rows where Supervisor Districts = 8 and qSpecies_id = 66

View and edit SQL

Supervisor 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)
28264 4893 DPW Maintained 1 Shrub :: Shrub 66 745X Mansell St 1 Sidewalk: Curb side : Cutout Tree DPW 1     12 3X3   6009751.8988059 2090059.5024837 37.7194558413593 -122.408303589874 (37.7194558413593, -122.408303589874) 9 3 8 309 18
44729 114527 Undocumented 4 Shrub :: Shrub 66 1 TIOGA AVE 3 Sidewalk: Curb side : Yard Tree Private 2           6011351 2088602 37.7155432513192 -122.402673611341 (37.7155432513192, -122.402673611341) 9 7 8 309 39
73123 119673 Undocumented 4 Shrub :: Shrub 66 1207 De Haro St 1 Front Yard : Yard Tree Private 2           6012287 2102743 37.7544236952833 -122.400431054928 (37.7544236952833, -122.400431054928) 10 3 8 28856 29
76533 27143 DPW Maintained 1 Shrub :: Shrub 66 1775 Silver Ave 4 Sidewalk: Curb side : Cutout Tree DPW 1     12 2X3   6011388.84182 2095356.57174 37.7340920254878 -122.403017629645 (37.7340920254878, -122.403017629645) 10 3 8 58 1
88436 114528 Undocumented 4 Shrub :: Shrub 66 1 TIOGA AVE 4 Sidewalk: Curb side : Yard Tree Private 2           6011351 2088602 37.7155432513192 -122.402673611341 (37.7155432513192, -122.402673611341) 9 7 8 309 39
154894 104034 Undocumented 4 Shrub :: Shrub 66 722 Wisconsin St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6012694 2104139 37.7582794948464 -122.39912151779 (37.7582794948464, -122.39912151779) 10 3 8 28856 29

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