3 rows where DBH = 2 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)
114945 241055 DPW Maintained 1 Taxus baccata :: Irish Yew 86 877 Treat Ave 2 : Tree Private 2     2 Width 2ft   6008598.03279 2103456.37285 37.7561760455159 -122.413238943149 (37.7561760455159, -122.413238943149) 2 4 7 28859 19
141829 179801 DPW Maintained 1 Taxus baccata :: Irish Yew 86 185 Rome St 1 Sidewalk: Property side : Yard Tree Private 2     2 Width 1ft   5998776.53885 2088955.27581 37.7158031864544 -122.446161836306 (37.7158031864544, -122.446161836306) 9 7 6 28861 25
153842 179802 DPW Maintained 1 Taxus baccata :: Irish Yew 86 185 Rome St 2 Sidewalk: Curb side : Pot Tree Private 2     2 Width 1ft   5998783.71606 2088961.91688 37.715821831192 -122.446137506065 (37.715821831192, -122.446137506065) 9 7 6 28861 25

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