task_winners
2 rows where winner = 87
This data as json, CSV (advanced)
id ▲ | task | winner | team | live |
---|---|---|---|---|
805 | Feed yourself a grape in the most elaborate way 654 | Richard Herring 87 | ||
808 | Suitcase full of bricks, or suitcase full of balloons? 657 | Richard Herring 87 | ✓ |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_winners ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), winner INTEGER REFERENCES people(id), team INTEGER, live INTEGER );