4 rows where Zip Codes = 309 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)
88868 55261 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 22 Britton St 1 Sidewalk: Curb side : Cutout Tree Private 2   10/05/1972 12:00:00 AM 9   Permit Number 11183 6008574.9638 2087926.96921 37.7135343731946 -122.41222119477 (37.7135343731946, -122.41222119477) 9 7 8 309 39
133175 162236 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 403 Leland Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     0 Width 0ft   6008707.08373 2087980.38348 37.7136884504429 -122.411768311455 (37.7136884504429, -122.411768311455) 9 7 8 309 39
169563 179265 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 63 Princeton St 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 2ft   6007545.37116 2093646.36987 37.729180805142 -122.41618466351 (37.729180805142, -122.41618466351) 9 3 7 309 28
188098 175851 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 401 Leland Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     18 Width 3ft   6008594.06768 2088021.58529 37.7137952413274 -122.41216184759 (37.7137952413274, -122.41216184759) 9 7 8 309 39

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