4 rows where qSpecies_id = 516

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)
82558 98222 DPW Maintained 1 Eucalyptus macarthuri :: Camden Wollybutt 516 1501X 42nd Ave 17 Sidewalk: Curb side : Cutout Tree DPW for City Agency 14 SFUSD   30 3x25   5982958.4 2104692.7 37.758097840563 -122.50199954491 (37.758097840563, -122.50199954491) 1 8 3 56 35
122310 23405 DPW Maintained 1 Eucalyptus macarthuri :: Camden Wollybutt 516 1700X Van Ness Ave 1 Median : Cutout Tree DPW 1     30 9   6006206.2376454 2116289.0241793 37.7912768502352 -122.422422371222 (37.7912768502352, -122.422422371222) 13 9 10 28858 21
189249 99561 Undocumented 4 Eucalyptus macarthuri :: Camden Wollybutt 516 418 Clipper St 1 Sidewalk: Curb side : Cutout Tree Private 2           6002462 2100938 37.748914793117 -122.434279368207 (37.748914793117, -122.434279368207) 2 4 5 28862 22
192386 98223 DPW Maintained 1 Eucalyptus macarthuri :: Camden Wollybutt 516 1501X 42nd Ave 18 Sidewalk: Curb side : Cutout Tree DPW for City Agency 14 SFUSD   30 3x25   5982958.4 2104692.7 37.758097840563 -122.50199954491 (37.758097840563, -122.50199954491) 1 8 3 56 35

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