2 rows where Zip Codes = 28858 and qSpecies_id = 90

View and edit SQL

Zip Codes

  • 28858 · 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)
168307 27382 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 2540 Hyde St 4 Sidewalk: Curb side : Cutout Tree DPW 1     3 2X3   6006997.1662849 2121079.7808347 37.8044756501735 -122.420025898607 (37.8044756501735, -122.420025898607) 5 1 1 28858 32
176631 132056 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 1337 Greenwich St 1 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 4ft   6006485.23006 2119708.64012 37.8006819908322 -122.421700054519 (37.8006819908322, -122.421700054519) 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)
);