4 rows where qSpecies_id = 338

View and edit SQL

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)
10585 43467 Permitted Site 7 Quercus douglasii :: Blue Oak 338 1000 Cayuga Ave 7 Sidewalk: Curb side : Cutout Tree Private 2   07/18/2000 12:00:00 AM     Permit Number 43163 6000647.65925572 2091203.91791776 37.722084128815 -122.439855525614 (37.722084128815, -122.439855525614) 9 7 6 28861 25
56714 43466 Permitted Site 7 Quercus douglasii :: Blue Oak 338 1000 Cayuga Ave 12 Sidewalk: Curb side : Cutout Tree Private 2   07/18/2000 12:00:00 AM     Permit Number 43163 6000647.65925572 2091203.91791776 37.722084128815 -122.439855525614 (37.722084128815, -122.439855525614) 9 7 6 28861 25
99249 43465 Permitted Site 7 Quercus douglasii :: Blue Oak 338 1000 Cayuga Ave 5 Sidewalk: Curb side : Cutout Tree Private 2   07/18/2000 12:00:00 AM     Permit Number 43163 6000647.65925572 2091203.91791776 37.722084128815 -122.439855525614 (37.722084128815, -122.439855525614) 9 7 6 28861 25
123642 179349 DPW Maintained 1 Quercus douglasii :: Blue Oak 338 441 Otsego Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 2ft   6000049.86792 2091109.15042 37.7217898725762 -122.441915138679 (37.7217898725762, -122.441915138679) 9 7 6 28861 25

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