3 rows where DBH = 1 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)
29197 136662 DPW Maintained 1 Taxus baccata :: Irish Yew 86 1307 Bay St 4 : Tree Private 2     1 Width 1ft   6004522.84241 2120815.90939 37.8036114118857 -122.428569697738 (37.8036114118857, -122.428569697738) 13 9 1 28858 17
135535 120845 DPW Maintained 1 Taxus baccata :: Irish Yew 86 295 19th Ave 4 Sidewalk: Property side : Yard Tree Private 2     1 Width 2ft   5989915.85655 2113416.78862 37.7824580717728 -122.478575916409 (37.7824580717728, -122.478575916409) 11 6 2 55 26
175109 120844 DPW Maintained 1 Taxus baccata :: Irish Yew 86 295 19th Ave 3 Sidewalk: Property side : Yard Tree Private 2     1 Width 2ft   5989915.94097 2113420.78105 37.7824690387717 -122.478575916411 (37.7824690387717, -122.478575916411) 11 6 2 55 26

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