4 rows where Zip Codes = 55 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)
5568 250930 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 263 28th Ave 1 Sidewalk: Curb side : Yard Tree Private 2     7 Width 4ft   5987104.77973 2114208.46331 37.7844681757127 -122.488359085215 (37.7844681757127, -122.488359085215) 11 6 1 55 33
78617 120014 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 359 29th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 4ft   5986817.89176 2113535.36693 37.7826033030644 -122.489302099137 (37.7826033030644, -122.489302099137) 11 6 2 55 26
86809 250931 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 263 28th Ave 2 Sidewalk: Curb side : Yard Tree Private 2     6 Width 4ft   5987106.46019 2114196.92222 37.7844365852323 -122.488352423026 (37.7844365852323, -122.488352423026) 11 6 1 55 33
132182 31880 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 357 29th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   06/26/1995 12:00:00 AM 5   Permit Number 35318 5986819.04944 2113546.00987 37.7826325931106 -122.489298876891 (37.7826325931106, -122.489298876891) 11 6 2 55 26

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