3 rows where qSpecies_id = 510

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)
71813 108240 Undocumented 4 Prunus serrula :: Birchbark Cherry 510 163 DELMAR ST 1 Sidewalk: Curb side : Cutout Tree Private 2     8 3x3   5999383.5 2107248.1 37.7660655566694 -122.445378437485 (37.7660655566694, -122.445378437485) 15 5 5 29492 9
86651 107719 Permitted Site 7 Prunus serrula :: Birchbark Cherry 510 3301x 18TH ST 2 Sidewalk: Curb side : Cutout Tree Private 2   01/06/2015 12:00:00 AM 3 3x3 Permit Number 774073 6007483 2105569 37.7619141695106 -122.417244815958 (37.7619141695106, -122.417244815958) 2 4 7 28859 19
107103 97557 Permitted Site 7 Prunus serrula :: Birchbark Cherry 510 1316 10th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   10/24/2011 12:00:00 AM     Permit Number 768295 5993059.9 2106465.7 37.7635542817507 -122.467193428173 (37.7635542817507, -122.467193428173) 1 8 11 56 12

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