4 rows where Zip Codes = 58 and qSpecies_id = 86

View and edit SQL

Zip Codes

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)
753 197913 DPW Maintained 1 Taxus baccata :: Irish Yew 86 75 Conkling St 1 Sidewalk: Property side : Yard Tree Private 2     6 Width 8ft   6011758.24884 2095732.01029 37.7351435225424 -122.40176684758 (37.7351435225424, -122.40176684758) 10 3 8 58 1
105769 17447 DPW Maintained 1 Taxus baccata :: Irish Yew 86 1967 Palou Ave 1 Sidewalk: Curb side : Cutout Tree DPW 1     42 3X3   6012920.44639 2096678.64853 37.7378075824587 -122.397815063738 (37.7378075824587, -122.397815063738) 10 3 8 58 1
146312 17448 DPW Maintained 1 Taxus baccata :: Irish Yew 86 1967 Palou Ave 2 Sidewalk: Curb side : Cutout Tree DPW 1     42 3X3   6012936.47341 2096667.45251 37.7377777330535 -122.397758865084 (37.7377777330535, -122.397758865084) 10 3 8 58 1
152327 17449 DPW Maintained 1 Taxus baccata :: Irish Yew 86 1967 Palou Ave 3 Sidewalk: Curb side : Cutout Tree DPW 1     42 3X3   6012949.37731 2096657.76915 37.7377518631542 -122.39771357075 (37.7377518631542, -122.39771357075) 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)
);