2 rows where DBH = 17 and qSpecies_id = 86

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)
22738 120295 DPW Maintained 1 Taxus baccata :: Irish Yew 86 191 24th Ave 4 Sidewalk: Property side : Yard Tree Private 2     17 Width 3ft   5988321.26869 2114707.42753 37.7859090914651 -122.484187107183 (37.7859090914651, -122.484187107183) 11 6 1 55 33
134958 215299 DPW Maintained 1 Taxus baccata :: Irish Yew 86 185 Hearst Ave 4 Sidewalk: Curb side : Cutout Tree Private 2     17 Width 2ft   6000184.62411 2094332.33386 37.730647670445 -122.441680520847 (37.730647670445, -122.441680520847) 9 7 4 63 40

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