task_winners
3 rows where task = 387
This data as json, CSV (advanced)
id ▲ | task | winner | team | live |
---|---|---|---|---|
464 | Say the word ‘demeaning’ 387 | Ed Gamble 49 | ✓ | |
465 | Say the word ‘demeaning’ 387 | Katy Wix 51 | ✓ | |
466 | Say the word ‘demeaning’ 387 | Rose Matafeo 52 | ✓ |
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 );