4 rows where qSpecies_id = 527

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)
93958 205609 DPW Maintained 1 Arbutus unedo 'Compacta' :: Dwarf strawberry tree 527 1484 16th Ave 2 Sidewalk: Curb side : Yard Tree Private 2     7 Width 5ft   5991184.61852 2105324.79706 37.760313237173 -122.473596140059 (37.760313237173, -122.473596140059) 1 8 4 56 12
95163 188232 DPW Maintained 1 Arbutus unedo 'Compacta' :: Dwarf strawberry tree 527 1498 25th St 3 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 3ft   6014336.19933 2102024.08192 37.7525637629087 -122.393294034206 (37.7525637629087, -122.393294034206) 10 3 8 28856 29
137888 256220 Undocumented 4 Arbutus unedo 'Compacta' :: Dwarf strawberry tree 527 159X Brewster St 4 Sidewalk: Curb side : Cutout Landscaping Private 2       3x3   6010337 2099087 37.7442761860016 -122.406917028766 (37.7442761860016, -122.406917028766) 2 7 7 28859 2
161315 221178 DPW Maintained 1 Arbutus unedo 'Compacta' :: Dwarf strawberry tree 527 1101 San Jose Ave 68 Sidewalk: Curb side : Yard Tree Private 2     4 Width 8ft   6005051.84205 2096632.86271 37.7372405248233 -122.425017413417 (37.7372405248233, -122.425017413417) 2 7 5 28859 2

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