6 rows where Zip Codes = 28858 and qSpecies_id = 47

View and edit SQL

Zip Codes

  • 28858 · 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)
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
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
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

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