3 rows where qSpecies_id = 545

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)
116720 113783 Undocumented 4 Chorisia speciosa :: Silk Floss Tree 545 1188 SHOTWELL ST 1 Sidewalk: Curb side : Cutout Tree Private 2     26 3x3   6008033 2101004 37.7494106463882 -122.41501945132 (37.7494106463882, -122.41501945132) 2 4 7 28859 19
118030 112152 Undocumented 4 Chorisia speciosa :: Silk Floss Tree 545 299x SHOTWELL ST 2 Sidewalk: Curb side : Cutout Tree Rec/Park 5       3x3   6007772 2106483 37.7644400562771 -122.416310015149 (37.7644400562771, -122.416310015149) 8 4 7 28859 19
182353 107632 Undocumented 4 Chorisia speciosa :: Silk Floss Tree 545 814 Potrero Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     10 3x3   6010397.84183 2104391.4418 37.758844416174 -122.407080469655 (37.758844416174, -122.407080469655) 10 4 7 28859 19

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