2 rows where Neighborhoods (old) = 7 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)
100230 79058 Permitted Site 7 Magnolia spp :: Magnolia 224 84 Berkeley Way 1 Sidewalk: Curb side : Cutout Tree Private 2   08/23/2011 12:00:00 AM     Permit Number 54829 6001112.32299105 2097379.40258298 37.7390670270865 -122.438691586574 (37.7390670270865, -122.438691586574) 2 7 5 63 7
179322 62900 Permitted Site 7 Magnolia spp :: Magnolia 224 42 Berkeley Way 1 Sidewalk: Curb side : Cutout Tree Private 2   07/30/1986 12:00:00 AM 1   Permit Number 23274 6001400.58144689 2097305.17262336 37.7388796034552 -122.437689607497 (37.7388796034552, -122.437689607497) 2 7 5 63 7

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