16 rows where Supervisor Districts = 6 and qLegalStatus_id = 9

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)
70534 104510 Private 9 Sequoia sempervirens :: Coast Redwood 155 254 ALLISON ST 1 Back Yard : Yard Tree Private 2     40     6000052 2087408 37.7116274717654 -122.441642291463 (37.7116274717654, -122.441642291463) 9 7 6 28861 5
74288 105439 Private 9 Tree(s) :: 17 790 LAKEVIEW AVE 1 Front Yard : Yard Tree Private 2           5994224.8 2089960.8 37.7183031233486 -122.461967505828 (37.7183031233486, -122.461967505828) 9 8 6 28861 24
119423 114977 Private 9 Pittosporum undulatum :: Victorian Box 36 183 Lee Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   12/28/2015 12:00:00 AM     Permit Number 774982 5996484.3 2091092.2 37.7215395068839 -122.454239087603 (37.7215395068839, -122.454239087603) 9 8 6 28861 24
160381 256862 Private 9 Picea Spp :: Spruce Spp 200 133 Majestic Ave 1 Back Yard : Yard Tree Private 2           5997017.00624 2089223.65081 37.7164394409514 -122.452262915882 (37.7164394409514, -122.452262915882) 9 8 6 28861 24

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