104 rows where Zip Codes = 54 and qSpecies_id = 95 sorted by Supervisor Districts

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)
186762 124109 DPW Maintained 1 Pittosporum crassifolium :: Karo Tree 95 3911 Geary Blvd 2 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 3ft   5994829.3396 2112782.40677 37.7810002746926 -122.461531525656 (37.7810002746926, -122.461531525656) 11 6 2 54 11
187501 123412 DPW Maintained 1 Pittosporum crassifolium :: Karo Tree 95 401 03rd Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 5ft   5994941.8407 2112759.69789 37.780944396957 -122.461140684835 (37.780944396957, -122.461140684835) 11 6 2 54 11
189634 123279 DPW Maintained 1 Pittosporum crassifolium :: Karo Tree 95 539 06th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 3ft   5994047.26303 2111825.17321 37.7783269225833 -122.464167582464 (37.7783269225833, -122.464167582464) 11 6 2 54 11
189745 123915 DPW Maintained 1 Pittosporum crassifolium :: Karo Tree 95 389 09th Ave 8 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 3ft   5993078.24924 2112871.04962 37.7811427178869 -122.46759581141 (37.7811427178869, -122.46759581141) 11 6 2 54 11

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