4 rows where Zip Codes = 29490 and qSpecies_id = 47 sorted by Location

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)
128589 18878 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 2305 Sacramento St 1 Sidewalk: Curb side : Cutout Tree DPW 1     26 3X3   6003659.52132 2115878.15996 37.7900047293604 -122.431204600475 (37.7900047293604, -122.431204600475) 13 9 1 29490 27
50220 18882 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 2323 Sacramento St 2 Sidewalk: Curb side : Cutout Tree Private 2     12 2X2   6003557.0695 2115907.13274 37.7900784748972 -122.43156114415 (37.7900784748972, -122.43156114415) 13 9 1 29490 27
169833 2477 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 2307X Sacramento St 1 Sidewalk: Curb side : Cutout Tree DPW 1     12 3x4   6003648.68016 2115921.80581 37.7901239554137 -122.43124522669 (37.7901239554137, -122.43124522669) 13 9 1 29490 27
104265 129463 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 2451 Steiner St 5 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 5ft   6002236.13059 2116512.00902 37.7916643510872 -122.436174782264 (37.7916643510872, -122.436174782264) 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)
);