2 rows where Zip Codes = 28857 and qSpecies_id = 91

View and edit SQL

Zip Codes

  • 28857 · 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)
153086 136379 DPW Maintained 1 Schinus molle :: California Pepper 91 1 Nob Hill Pl 2 Sidewalk: Curb side : Cutout Tree Private 2     10 Width 1ft   6009499.81555 2116296.95751 37.7914838769232 -122.411027191854 (37.7914838769232, -122.411027191854) 5 1 10 28857 21
158509 136378 DPW Maintained 1 Schinus molle :: California Pepper 91 1 Nob Hill Pl 1 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 2ft   6009539.87257 2116302.4428 37.7915011843851 -122.410888982239 (37.7915011843851, -122.410888982239) 5 1 10 28857 21

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