2 rows where Zip Codes = 29492 and qSpecies_id = 148

View and edit SQL

Zip Codes

  • 29492 · 2
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)
161688 5205 DPW Maintained 1 Platanus x hispanica 'Yarwood' :: Yarwood Sycamore 148 781 Divisadero St 1 Sidewalk: Curb side : Cutout Tree Private 2 DPW 10/28/2015 07:08:00 AM 3 4X4   6001514.7755792 2111067.8471612 37.7766750639305 -122.438280468838 (37.7766750639305, -122.438280468838) 15 5 11 29492 10
178904 85036 Permitted Site 7 Platanus x hispanica 'Yarwood' :: Yarwood Sycamore 148 977 Oak St 2 Sidewalk: Curb side : Cutout Tree Private 2           6002333 2109831 37.7733254935974 -122.435361498487 (37.7733254935974, -122.435361498487) 15 5 11 29492 9

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