2 rows where Zip Codes = 29492 and qSpecies_id = 182

View and edit SQL

Zip Codes

  • 29492 · 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)
72240 244191 DPW Maintained 1 Gleditsia triacanthos :: Honey Locust 182 1850 Page St 3 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 0ft   5997685.6394 2108885.5737 37.770464572541 -122.45136908078 (37.770464572541, -122.45136908078) 15 5 11 29492 9
81764 31802 DPW Maintained 1 Gleditsia triacanthos :: Honey Locust 182 55 Divisadero St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 06/19/1995 12:00:00 AM 7   Permit Number 35272 6001924.59605 2107955.77099 37.7681533775015 -122.436639968257 (37.7681533775015, -122.436639968257) 15 5 5 29492 3

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