3 rows where Zip Codes = 29492 and qSpecies_id = 86 sorted by DBH

View and edit SQL

Zip Codes

  • 29492 · 3
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
38106 247551 DPW Maintained 1 Taxus baccata :: Irish Yew 86 815 Buena Vista Ave West 8 Sidewalk: Property side : Yard Tree Private 2     23 Width 2ft   6000085.81992 2108391.87741 37.769246150022 -122.443031409565 (37.769246150022, -122.443031409565) 15 5 11 29492 9
137739 241056 DPW Maintained 1 Taxus baccata :: Irish Yew 86 4864 17th St 3 Sidewalk: Property side : Yard Tree Private 2     9 Width 5ft   5997871.31028 2105665.38567 37.7616333843862 -122.450494663794 (37.7616333843862, -122.450494663794) 15 5 11 29492 9

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