3 rows where Neighborhoods (old) = 35 and qSpecies_id = 224

View and edit SQL

Neighborhoods (old)

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)
6656 258684 Planning Code 138.1 required 2 Magnolia spp :: Magnolia 224 222 Eucalyptus Dr 2 Sidewalk: Property side : Yard Tree Private 2   06/06/2019 12:00:00 AM 3 4x4 Permit Number 782190 5990522.43491 2094710.12159 37.7311297256611 -122.475111403646 (37.7311297256611, -122.475111403646) 1 8 4 64 35
8278 258683 Planning Code 138.1 required 2 Magnolia spp :: Magnolia 224 222 Eucalyptus Dr 1 Sidewalk: Property side : Yard Tree Private 2   06/06/2019 12:00:00 AM 3 4x4 Permit Number 782190 5990522.43491 2094710.12159 37.7311297256611 -122.475111403646 (37.7311297256611, -122.475111403646) 1 8 4 64 35
54088 117373 DPW Maintained 1 Magnolia spp :: Magnolia 224 2219 40th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   06/08/2016 12:00:00 AM 3   Permit Number 778546 5983853.5 2100037.4 37.7453682200001 -122.498560081441 (37.7453682200001, -122.498560081441) 1 8 3 29491 35

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