12 rows where DBH = 0 and qLegalStatus_id = 2 sorted by PlantDate

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)
67108 152327 Planning Code 138.1 required 2 Tristaniopsis laurina :: Swamp Myrtle 1 49 San Carlos St 2 Sidewalk: Curb side : Cutout Tree Private 2     0 4x4   6006657.39777 2105617.1383 37.7619998635108 -122.420103671551 (37.7619998635108, -122.420103671551) 8 4 7 28859 19
147582 166259 Planning Code 138.1 required 2 Olea europaea :: Olive Tree 9 2880 21st St 1 Sidewalk: Curb side : Cutout Tree Private 2     0 3x3   6008980.17665 2103937.78959 37.7575193538388 -122.41195137385 (37.7575193538388, -122.41195137385) 2 4 7 28859 19
152218 152308 Planning Code 138.1 required 2 Magnolia grandiflora :: Southern Magnolia 19 3420 18th St 1 Sidewalk: Curb side : Cutout Tree Private 2     0 4x4   6006693.54336 2105565.92746 37.7618612870018 -122.419975023524 (37.7618612870018, -122.419975023524) 8 4 7 28859 19
180665 152326 Planning Code 138.1 required 2 Tristaniopsis laurina :: Swamp Myrtle 1 49 San Carlos St 1 Sidewalk: Curb side : Cutout Tree Private 2     0 4x4   6006659.4536 2105583.0811 37.7619064662287 -122.420094144155 (37.7619064662287, -122.420094144155) 8 4 7 28859 19
159609 102525 Planning Code 138.1 required 2 Tristaniopsis laurina :: Swamp Myrtle 1 310 Walnut St 1 Sidewalk: Curb side : Cutout Tree Private 2   01/30/2013 12:00:00 AM 0 3x3 Permit Number 769739 5998596.99117 2115413.44206 37.7884405486385 -122.448686963531 (37.7884405486385, -122.448686963531) 13 6 1 54 31
35632 182616 Planning Code 138.1 required 2 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 1856 28th Ave 1 Sidewalk: Curb side : Yard Tree Private 2   11/16/2018 12:00:00 AM 0 Width 0ft Permit Number 780914 5987553.0951 2102630.1854 37.7527035840583 -122.485957928463 (37.7527035840583, -122.485957928463) 1 8 3 56 35

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