18 rows where Zip Codes = 28852 and qSpecies_id = 65 sorted by Neighborhoods (old)

View and edit SQL

Zip Codes

  • 28852 · 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) ▼
145545 249373 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 649 Jones St 1 : Tree Private 2   06/22/1998 12:00:00 AM 21 Width 4ft Permit Number 39973 6008805.56783 2114728.16614 37.7871374013058 -122.4133182966 (37.7871374013058, -122.4133182966) 5 1 10 28852 36
33220 139917 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1000 LAGUNA ST 3 Sidewalk: Curb side : Cutout Tree Private 2     17 Width 0ft   6004809.1682 2112368.8803 37.7804342038606 -122.426976875009 (37.7804342038606, -122.426976875009) 7 9 11 28852 41
146765 139915 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1000 LAGUNA ST 1 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 0ft   6004816.1035 2112332.8828 37.7803357557587 -122.426950318013 (37.7803357557587, -122.426950318013) 7 9 11 28852 41
185738 139916 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1000 LAGUNA ST 2 Sidewalk: Curb side : Cutout Tree Private 2     10 Width 0ft   6004814.4523 2112350.3862 37.7803837224117 -122.426957277261 (37.7803837224117, -122.426957277261) 7 9 11 28852 41

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