2 rows where Zip Codes = 28856 and qSpecies_id = 98

View and edit SQL

Zip Codes

  • 28856 · 2
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)
141140 198696 DPW Maintained 1 Ulmus spp :: Elm Spp 98 900x Carolina St 5 Median : Yard Tree DPW 1     3     6012471.20589 2103666.47878 37.7569696369443 -122.399858862095 (37.7569696369443, -122.399858862095) 10 3 8 28856 29
165885 3748 DPW Maintained 1 Ulmus spp :: Elm Spp 98 900 Carolina St 2 Median : Cutout Tree DPW 1     6 18   6012456.16548 2103686.28097 37.7570231709119 -122.399912268343 (37.7570231709119, -122.399912268343) 10 3 8 28856 29

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