task_winners
3 rows where task = 23
This data as json, CSV (advanced)
id ▲ | task | winner | team | live |
---|---|---|---|---|
22 | Score 11 points 23 | Josh Widdicombe 4 | ✓ | |
23 | Score 11 points 23 | Roisin Conaty 5 | ✓ | |
24 | Score 11 points 23 | Romesh Ranganathan 6 | ✓ |
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 );