4 rows where DBH = 2 and qSpecies_id = 162

View and edit SQL

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)
41688 106205 DPW Maintained 1 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 162 1600X FILLMORE ST 3 Sidewalk: Curb side : Cutout Tree Private 2     2 5x5   6003136.7 2113842.5 37.7843856819978 -122.432868028127 (37.7843856819978, -122.432868028127) 13 9 11 29490 41
41715 117084 DPW Maintained 1 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 162 1548 FILLMORE ST 2 Sidewalk: Curb side : Cutout Tree DPW 1     2 5x5   6003183 2113711 37.7840272420603 -122.432698449568 (37.7840272420603, -122.432698449568) 13 9 11 29490 41
129932 45608 DPW Maintained 1 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 162 1100X Fillmore St 1 Sidewalk: Curb side : Cutout Tree DPW 1   08/06/2001 12:00:00 AM 2   Permit Number 44335 6003389.50485138 2112095.5826587 37.7796034198271 -122.431868633724 (37.7796034198271, -122.431868633724) 15 9 11 29490 41
190661 117083 DPW Maintained 1 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 162 1548 FILLMORE ST 1 Sidewalk: Curb side : Cutout Tree DPW 1     2 5x5   6003183 2113711 37.7840272420603 -122.432698449568 (37.7840272420603, -122.432698449568) 13 9 11 29490 41

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