3 rows where DBH = 8 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)
41111 189532 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 311 Terry A Francois Blvd 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 5ft   6016506.09597 2108254.6757 37.7697919602649 -122.386224424932 (37.7697919602649, -122.386224424932) 14 3 9 310 20
74197 189533 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 311 Terry A Francois Blvd 2 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 5ft   6016504.19001 2108298.59573 37.7699124496335 -122.386234080058 (37.7699124496335, -122.386234080058) 14 3 9 310 20
165839 190906 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 2 George Ct 11 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 3ft   6017303.14119 2094021.32705 37.7307542014307 -122.382476970658 (37.7307542014307, -122.382476970658) 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)
);