TdlM / taskmaster

Menu
  • Make shortlink

task_winners

6 rows where winner = 6

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task winner team live
2 Eat as much watermelon as possible 2 Romesh Ranganathan 6
4 Empty the bathtub 4 Romesh Ranganathan 6
11 Do something that will look impressive in reverse 10 Romesh Ranganathan 6
13 The most meaningful item 12 Romesh Ranganathan 6
24 Score 11 points 23 Romesh Ranganathan 6 ✓
29 Memorise an Australian Rules Football team 26 Romesh Ranganathan 6 ✓

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE task_winners (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   winner INTEGER REFERENCES people(id),
   team   INTEGER,
   live   INTEGER
);
Powered by Datasette · Queries took 9.205ms