3 rows where qSpecies_id = 282

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)
4858 39677 Permitted Site 7 Quercus keloggii :: California Black Oak 282 446 Ramsell St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 12/29/1998 12:00:00 AM     Permit Number 41063 5993017.43068395 2090147.12878073 37.7187451525026 -122.466154370624 (37.7187451525026, -122.466154370624) 9 8 6 64 24
106330 43464 Permitted Site 7 Quercus keloggii :: California Black Oak 282 1000 Cayuga Ave 14 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
168431 43474 Permitted Site 7 Quercus keloggii :: California Black Oak 282 1000 Cayuga Ave 15 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

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