2 rows where Zip Codes = 308 and qSpecies_id = 12

View and edit SQL

Zip Codes

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)
54236 136738 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 48 Osgood Pl 1 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 2ft   6011887.11576 2118514.31229 37.7977057852396 -122.402923146385 (37.7977057852396, -122.402923146385) 3 1 10 308 23
62557 136739 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 48 Osgood Pl 2 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 2ft   6011886.33726 2118519.22734 37.7977192373121 -122.402926186096 (37.7977192373121, -122.402926186096) 3 1 10 308 23

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