4 rows where DBH = 3 and qSpecies_id = 69

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)
2089 190900 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 2 George Ct 1 Sidewalk: Curb side : Cutout Tree Private 2   08/26/2020 12:00:00 AM 3 Width 3ft   6017068 2094316 37.7315503232499 -122.383310402707 (37.7315503232499, -122.383310402707) 10 3 8 58 1
13329 189555 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 20 Osceola Ln 1 Sidewalk: Curb side : Cutout Tree Private 2   08/26/2020 12:00:00 AM 3 Width 3ft   6017285.51097 2094310.10807 37.7315461633241 -122.382558007669 (37.7315461633241, -122.382558007669) 10 3 8 58 1
92886 9278 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 2X George Ct 1 Sidewalk: Curb side : Cutout Tree DPW 1     3 3X3   6017336.34863 2094035.36657 37.7307945855032 -122.382363142567 (37.7307945855032, -122.382363142567) 10 3 8 58 1
185067 1686 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 4X Baldwin Ct 1 Sidewalk: Curb side : Cutout Tree DPW 1   11/19/2015 01:24:00 PM 3 3X3   6017606.12986 2093597.15559 37.7296062420266 -122.381399995617 (37.7296062420266, -122.381399995617) 10 3 8 58 1

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