3 rows where DBH = 27 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)
70782 189562 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1446 Osceola Ln 1 Sidewalk: Curb side : Cutout Tree Private 2     27 Width 3ft   6016953.82391 2094486.73 37.7320128035318 -122.383717017933 (37.7320128035318, -122.383717017933) 10 3 8 58 1
78738 189558 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1445 Osceola Ln 4 Sidewalk: Curb side : Cutout Tree Private 2     27 Width 3ft   6017184.67928 2094353.39729 37.731659456313 -122.382909617407 (37.731659456313, -122.382909617407) 10 3 8 58 1
82147 189577 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1 Whitfield Ct 2 Sidewalk: Curb side : Cutout Tree Private 2     27 Width 3ft   6017435.92036 2094104.0032 37.7309885476725 -122.382023676378 (37.7309885476725, -122.382023676378) 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)
);