task_winners
3 rows where winner = 96
This data as json, CSV (advanced)
Suggested facets: live
id ▲ | task | winner | team | live |
---|---|---|---|---|
887 | The most surprising thing you own 711 | Mo Farah 96 | ||
891 | Collect carp pellets in a fish bowl 714 | Mo Farah 96 | ||
893 | Obey Greg's instructions 715 | Mo Farah 96 | ✓ |
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 );