13 rows where Zip Codes = 57 and qSpecies_id = 90

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)
157610 34934 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 2263 Greenwich St 1 Sidewalk: Curb side : Cutout Tree Private 2   10/20/1997 12:00:00 AM 4   Permit Number 38529 6002078.2666 2119099.82089 37.7987608392949 -122.436906330362 (37.7987608392949, -122.436906330362) 13 9 1 57 17
163569 99182 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 3124 Baker St 1 Sidewalk: Curb side : Cutout Tree Private 2     20 3x7   5999415.83241 2119586.98668 37.7999467842805 -122.446154238844 (37.7999467842805, -122.446154238844) 13 9 1 57 17
171914 126030 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 3301 Laguna St 16 Sidewalk: Property side : Yard Tree Private 2     2     6003671.03027 2120119.72439 37.8016516272786 -122.431467704597 (37.8016516272786, -122.431467704597) 13 9 1 57 17
185003 126029 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 3301 Laguna St 15 Sidewalk: Property side : Yard Tree Private 2     20     6003669.97171 2120132.26195 37.8016859921622 -122.431472263247 (37.8016859921622, -122.431472263247) 13 9 1 57 17
191085 40085 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 2770 Filbert St 1 Sidewalk: Curb side : Cutout Tree Private 2   02/19/1999 12:00:00 AM 12   Permit Number 41306 5999702.22145 2118468.61098 37.7968923736436 -122.445082782069 (37.7968923736436, -122.445082782069) 13 9 1 57 17

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