6 rows where Zip Codes = 28858 and qSpecies_id = 47 sorted by Neighborhoods (old)

View and edit SQL

Zip Codes

  • 28858 · 6
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) ▼
30568 129464 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 1974 Clay St 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 4ft   6005282.18317 2116523.47353 37.7918684189526 -122.425636272008 (37.7918684189526, -122.425636272008) 13 9 1 28858 27
105151 129466 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 1974 Clay St 3 Sidewalk: Curb side : Cutout Tree Private 2     6 Width 4ft   6005243.67184 2116520.57545 37.7918582853821 -122.425769315008 (37.7918582853821, -122.425769315008) 13 9 1 28858 27
122863 129465 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 1974 Clay St 2 Sidewalk: Curb side : Cutout Tree Private 2     6 Width 4ft   6005261.30695 2116522.05783 37.791863352156 -122.425708403014 (37.791863352156, -122.425708403014) 13 9 1 28858 27
148893 42597 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 1950 Clay St 3 Sidewalk: Curb side : Cutout Tree Private 2   06/26/2000 12:00:00 AM 7   Permit Number 42667 6005420.67346 2116544.61332 37.7919342879744 -122.425158599805 (37.7919342879744, -122.425158599805) 13 9 1 28858 27
14177 129468 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 1151 Lombard St 5 Sidewalk: Property side : Yard Tree Private 2     11     6006718.96895 2120094.36111 37.8017542606157 -122.420918621021 (37.8017542606157, -122.420918621021) 5 1 1 28858 32
115683 129467 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 1331 Greenwich St 1 Sidewalk: Curb side : Cutout Tree Private 2     25 Width 4ft   6006504.31748 2119710.78815 37.8006889650949 -122.421634156713 (37.8006889650949, -122.421634156713) 13 9 1 28858 32

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