3 rows where DBH = 15 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)
86687 189541 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 248 Terry A Francois Blvd 1 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 5ft   6016412.49394 2108595.34148 37.7707221731193 -122.386571952639 (37.7707221731193, -122.386571952639) 14 3 9 310 20
128541 189547 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 248 Terry A Francois Blvd 7 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 5ft   6016425.39126 2108369.54662 37.7701029035595 -122.386511593733 (37.7701029035595, -122.386511593733) 14 3 9 310 20
186977 189544 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 248 Terry A Francois Blvd 4 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 5ft   6016419.27306 2108480.80858 37.7704080660008 -122.386540515932 (37.7704080660008, -122.386540515932) 14 3 9 310 20

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