2 rows where DBH = 12, Supervisor Districts = 7 and qLegalStatus_id = 2

View and edit SQL

Supervisor Districts

DBH

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)
3990 60261 Planning Code 138.1 required 2 Olea europaea :: Olive Tree 9 2495 Harrison St 1 Sidewalk: Curb side : Cutout Tree Private 2   09/08/2015 12:00:00 AM 12 3x3 Permit Number 776014 6008888.61229415 2103948.71328851 37.7575442102667 -122.412268813453 (37.7575442102667, -122.412268813453) 2 4 7 28859 19
60942 247939 Planning Code 138.1 required 2 Quercus agrifolia :: Coast Live Oak 172 29 Joy St 2 Unaccepted Street : Yard Tree DPW 1     12   Permit Number 775404 6010258.29977 2098917.51569 37.7438064148349 -122.40717721395 (37.7438064148349, -122.40717721395) 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)
);