3 rows where Zip Codes = 309 and qSpecies_id = 53

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)
83228 28249 DPW Maintained 1 Ficus nitida :: Laurel Fig 53 3340 San Bruno Ave 2 Sidewalk: Curb side : Cutout Tree DPW 1     12 2X3   6011954.9354871 2090169.2153285 37.7198802090971 -122.400696159958 (37.7198802090971, -122.400696159958) 10 7 8 309 28
103656 28250 DPW Maintained 1 Ficus nitida :: Laurel Fig 53 3340 San Bruno Ave 3 Sidewalk: Curb side : Cutout Tree DPW 1     12 2X3   6011954.9354871 2090169.2153285 37.7198802090971 -122.400696159958 (37.7198802090971, -122.400696159958) 10 7 8 309 28
178024 173876 DPW Maintained 1 Ficus nitida :: Laurel Fig 53 250 Raymond Ave 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6009764 2087931 37.7136120890563 -122.408111727364 (37.7136120890563, -122.408111727364) 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)
);