3 rows where Zip Codes = 64 and qSpecies_id = 148

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)
19838 207 DPW Maintained 1 Platanus x hispanica 'Yarwood' :: Yarwood Sycamore 148 2919 19th Ave 2 Sidewalk: Curb side : Cutout Tree DPW 1   05/09/1994 12:00:00 AM 20 2X3   5990501.92231 2095794.16798 37.7341050531518 -122.47526143143 (37.7341050531518, -122.47526143143) 1 8 4 64 35
117503 293 DPW Maintained 1 Platanus x hispanica 'Yarwood' :: Yarwood Sycamore 148 3355 19th Ave 9 Sidewalk: Curb side : Cutout Tree DPW 1   05/11/1994 12:00:00 AM 20 2   5990512.87275 2093746.75836 37.7284840191392 -122.475074162513 (37.7284840191392, -122.475074162513) 1 8 4 64 14
152845 270 DPW Maintained 1 Platanus x hispanica 'Yarwood' :: Yarwood Sycamore 148 3201X 19th Ave 9 Sidewalk: Curb side : Cutout Tree DPW 1   02/18/1999 12:00:00 AM 6 2X2   5990532.43506 2093914.77746 37.7289464910226 -122.475018795259 (37.7289464910226, -122.475018795259) 1 8 4 64 14

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