4 rows where Neighborhoods (old) = 17 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)
46982 86872 Permitted Site 7 Magnolia spp :: Magnolia 224 2160 Green St   Sidewalk: Curb side : Cutout Tree Private 2   10/19/2007 12:00:00 AM   3x3 Permit Number 49804 6002705 2118187 37.796290071465 -122.434672325351 (37.796290071465, -122.434672325351) 13 9 1 57 17
76679 86873 Permitted Site 7 Magnolia spp :: Magnolia 224 2160 Green St   Sidewalk: Curb side : Cutout Tree Private 2   10/19/2007 12:00:00 AM   3x3 Permit Number 49804 6002705 2118187 37.796290071465 -122.434672325351 (37.796290071465, -122.434672325351) 13 9 1 57 17
132141 131013 DPW Maintained 1 Magnolia spp :: Magnolia 224 2531 Filbert St 1 Sidewalk: Curb side : Pot Tree Private 2     6 Width 3ft   6000837.80329 2118568.05574 37.797230171598 -122.441160549934 (37.797230171598, -122.441160549934) 13 9 1 57 17
149155 87384 Permitted Site 7 Magnolia spp :: Magnolia 224 152 Pixley St 1 Sidewalk: Curb side : Cutout Tree Private 2   04/24/2008 12:00:00 AM 7 3x3 Permit Number 50364 6002625 2119034 37.7986111712331 -122.435009748717 (37.7986111712331, -122.435009748717) 13 9 1 57 17

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