3 rows where DBH = 17 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)
15063 189530 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1151 Carolina St 1 Sidewalk: Property side : Yard Tree Private 2     17 Width 8ft   6012567.91248 2102567.63857 37.7539578523818 -122.399447270278 (37.7539578523818, -122.399447270278) 10 3 8 28856 29
29240 189559 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1445 Osceola Ln 5 Sidewalk: Curb side : Cutout Tree Private 2     17 Width 3ft   6017114.67666 2094402.41422 37.7317901790589 -122.383155043276 (37.7317901790589, -122.383155043276) 10 3 8 58 1
103133 222966 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1300 San Jose Ave 44 Front Yard : Yard Tree Private 2     17     6003428.16943 2095565.10857 37.734216863811 -122.430555025804 (37.734216863811, -122.430555025804) 2 7 5 63 7

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