3 rows where Zip Codes = 59 and qSpecies_id = 98

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)
54885 85388 Permitted Site 7 Ulmus spp :: Elm Spp 98 300 Wawona St 1 Sidewalk: Curb side : Cutout Tree Private 2   08/22/2007 12:00:00 AM     Permit Number 49659 5992136 2097371 37.738529215445 -122.469726723041 (37.738529215445, -122.469726723041) 1 8 4 59 40
146093 85389 Permitted Site 7 Ulmus spp :: Elm Spp 98 300 Wawona St 2 Sidewalk: Curb side : Cutout Tree Private 2   08/22/2007 12:00:00 AM     Permit Number 49659 5992136 2097371 37.738529215445 -122.469726723041 (37.738529215445, -122.469726723041) 1 8 4 59 40
161512 215473 DPW Maintained 1 Ulmus spp :: Elm Spp 98 80 Santa Ana Ave 1 Sidewalk: Curb side : Yard Tree Private 2     11 Width 8ft   5992586.31488 2096252.67544 37.7354845949313 -122.468088438245 (37.7354845949313, -122.468088438245) 1 8 4 59 40

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