4 rows where Supervisor Districts = 2 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)
157 114186 Undocumented 4 Shrub :: Shrub 66 2200 HAYES ST 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5997096 2109871 37.7731365175856 -122.453479795748 (37.7731365175856, -122.453479795748) 15 5 2 29492 16
36468 140265 DPW Maintained 1 Shrub :: Shrub 66 2100X Grove St 3 Sidewalk: Curb side : Cutout Landscaping Private 2     0 Width 0ft   5997671.17 2110272.3417 37.7742714515841 -122.45151917218 (37.7742714515841, -122.45151917218) 15 5 2 29492 16
48266 114185 Undocumented 4 Shrub :: Shrub 66 2200 HAYES ST 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5997096 2109871 37.7731365175856 -122.453479795748 (37.7731365175856, -122.453479795748) 15 5 2 29492 16
78365 12755 DPW Maintained 1 Shrub :: Shrub 66 1733 Lake St 1 Sidewalk: Curb side : Cutout Tree DPW 1   02/24/2008 12:00:00 AM 3 3X3   5990033.85435 2114674.56985 37.7859184370017 -122.478259694764 (37.7859184370017, -122.478259694764) 11 6 2 55 26

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