7 rows where DBH = 18 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)
78875 247550 DPW Maintained 1 Taxus baccata :: Irish Yew 86 815 Buena Vista Ave West 7 Sidewalk: Property side : Yard Tree Private 2     18 Width 2ft   6000097.50297 2108400.91643 37.7692716350156 -122.442991647843 (37.7692716350156, -122.442991647843) 15 5 11 29492 9
80852 54662 DPW Maintained 1 Taxus baccata :: Irish Yew 86 353 Peninsula Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   07/27/1972 12:00:00 AM 18   Permit Number 10486 6012290.80379 2086856.89359 37.7108039630942 -122.39930277173 (37.7108039630942, -122.39930277173) 10 3 8 309 1
85795 215323 DPW Maintained 1 Taxus baccata :: Irish Yew 86 1222 10th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     18 Width 3ft   5993013.20867 2107124.46318 37.7653603763971 -122.467402823005 (37.7653603763971, -122.467402823005) 11 8 11 56 12
98214 179796 DPW Maintained 1 Taxus baccata :: Irish Yew 86 1795 Cayuga Ave 1 Sidewalk: Property side : Yard Tree Private 2     18 Width 1ft   5997861.23879 2088411.17322 37.714256892113 -122.449286343701 (37.714256892113, -122.449286343701) 9 7 6 28861 25
102546 179863 DPW Maintained 1 Taxus baccata :: Irish Yew 86 274 Moscow St 2 Sidewalk: Property side : Yard Tree Private 2     18 Width 2ft   6004588.75772 2091549.34292 37.7232561425447 -122.426256690891 (37.7232561425447, -122.426256690891) 9 7 6 28861 5
105124 136656 DPW Maintained 1 Taxus baccata :: Irish Yew 86 1425 Jefferson St 4 : Tree Private 2     18 Width 3ft   6002391.37561 2121563.03053 37.8055419559627 -122.435999224706 (37.8055419559627, -122.435999224706) 13 9 1 57 17
111535 136714 DPW Maintained 1 Taxus baccata :: Irish Yew 86 1599 North Point St 3 Side Yard : Yard Tree Private 2     18 Width 7ft   6003161.03368 2120976.61805 37.8039755150326 -122.433293789677 (37.8039755150326, -122.433293789677) 13 9 1 57 17

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