4 rows where Zip Codes = 29490 and qSpecies_id = 86

View and edit SQL

Zip Codes

  • 29490 · 4
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)
49273 136676 DPW Maintained 1 Taxus baccata :: Irish Yew 86 2121 Broadway 1 Sidewalk: Property side : Yard Tree Private 2     6 Width 4ft   6003331.47965 2117519.24553 37.7944921352492 -122.432456859008 (37.7944921352492, -122.432456859008) 13 9 1 29490 27
146018 136674 DPW Maintained 1 Taxus baccata :: Irish Yew 86 2127 Broadway 2 Sidewalk: Property side : Yard Tree Private 2     7 Width 4ft   6003286.01413 2117511.22224 37.7944675271099 -122.432613601844 (37.7944675271099, -122.432613601844) 13 9 1 29490 27
150798 136677 DPW Maintained 1 Taxus baccata :: Irish Yew 86 2121 Broadway 2 Sidewalk: Property side : Yard Tree Private 2     6 Width 4ft   6003353.41971 2117521.18244 37.7944986976029 -122.432381082137 (37.7944986976029, -122.432381082137) 13 9 1 29490 27
181270 136675 DPW Maintained 1 Taxus baccata :: Irish Yew 86 2127 Broadway 3 Sidewalk: Property side : Yard Tree Private 2     7 Width 4ft   6003298.06459 2117513.66207 37.7944749096307 -122.432572080161 (37.7944749096307, -122.432572080161) 13 9 1 29490 27

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