task_winners
3 rows where task = 739
This data as json, CSV (advanced)
id ▲ | task | winner | team | live |
---|---|---|---|---|
922 | Salvage the most spoons 739 | Jenny Eclair 100 | ✓ | |
923 | Salvage the most spoons 739 | Kiell Smith-Bynoe 101 | ✓ | |
924 | Salvage the most spoons 739 | Mae Martin 102 | ✓ |
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 );