3 rows where Neighborhoods (old) = 11 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)
126113 85065 Permitted Site 7 Magnolia spp :: Magnolia 224 168 12th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   07/05/2007 12:00:00 AM     Permit Number 49431 5992213.6 2114351.2 37.7851568443713 -122.470694882766 (37.7851568443713, -122.470694882766) 11 6 2 54 11
130012 12534 Permitted Site 7 Magnolia spp :: Magnolia 224 129 LAKE ST 1 Sidewalk: Curb side : Cutout Tree Private 2     6 3X3   5995062 2114816 37.7865973635143 -122.46087407189 (37.7865973635143, -122.46087407189) 11 6 1 54 11
133612 12528 Permitted Site 7 Magnolia spp :: Magnolia 224 100 Lake St 2 Sidewalk: Curb side : Cutout Tree Private 2   05/15/2008 12:00:00 AM 3 3X3   5995135.72177 2114954.21759 37.7869811132671 -122.4606290341 (37.7869811132671, -122.4606290341) 11 6 1 54 11

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