3 rows where DBH = 24 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)
10326 189567 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1446 Osceola Ln 6 Sidewalk: Curb side : Cutout Tree Private 2     24 Width 3ft   6017153.83983 2094312.85865 37.7315464412118 -122.38301341624 (37.7315464412118, -122.38301341624) 10 3 8 58 1
17815 247791 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 310 30th St 7 Sidewalk: Curb side : Cutout Tree Private 2     24 Width 3ft   6004309 2098427 37.7421248276758 -122.427713553768 (37.7421248276758, -122.427713553768) 2 7 5 63 22
36798 247916 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1098 Esmeralda Ave 1 Side Yard : Yard Tree Private 2     24     6010216.52538 2098717.08126 37.7432537274905 -122.407307533818 (37.7432537274905, -122.407307533818) 10 7 7 28859 2

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