task_winners
3 rows where task = 668
This data as json, CSV (advanced)
id ▲ | task | winner | team | live |
---|---|---|---|---|
822 | Make the Taskmaster say your words 668 | Dara Ó Briain 88 | ✓ | ✓ |
823 | Make the Taskmaster say your words 668 | Fern Brady 89 | ✓ | ✓ |
824 | Make the Taskmaster say your words 668 | John Kearns 90 | ✓ | ✓ |
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 );