2 rows where qSpecies_id = 283

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)
4926 240845 DPW Maintained 1 Styrax japonicus :: Japanese Snowdrop Tree 283 231 Holly Park Cir 1 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 3ft   6006896 2096662 37.7374245292072 -122.418643364584 (37.7374245292072, -122.418643364584) 2 7 7 28859 2
44616 240846 DPW Maintained 1 Styrax japonicus :: Japanese Snowdrop Tree 283 2070 Folsom St 6 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 3ft   6008057.57585 2106395.3094 37.7642153325926 -122.415316075803 (37.7642153325926, -122.415316075803) 8 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)
);