4 rows where Zip Codes = 59 and qSpecies_id = 182

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)
29571 219145 DPW Maintained 1 Gleditsia triacanthos :: Honey Locust 182 75 Manor Dr 1 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 2ft   5993588.93723 2093444.60734 37.7278321844996 -122.464418204256 (37.7278321844996, -122.464418204256) 9 8 4 59 40
99240 219144 DPW Maintained 1 Gleditsia triacanthos :: Honey Locust 182 1349 Ulloa St 2 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 3ft   5991814.61663 2098388.03003 37.7413031402225 -122.470911967708 (37.7413031402225, -122.470911967708) 1 8 4 59 40
107531 46811 Permitted Site 7 Gleditsia triacanthos :: Honey Locust 182 172 Yerba Buena Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 04/25/2002 12:00:00 AM     Permit Number 44893 5994497.83320908 2096348.947315 37.7358591414077 -122.461486623647 (37.7358591414077, -122.461486623647) 9 8 4 59 40
181346 46812 Permitted Site 7 Gleditsia triacanthos :: Honey Locust 182 172 Yerba Buena Ave 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF 04/25/2002 12:00:00 AM     Permit Number 44893 5994497.83320908 2096348.947315 37.7358591414077 -122.461486623647 (37.7358591414077, -122.461486623647) 9 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)
);