TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

4 rows where team = 7

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
19 Get the flour onto the target 102 Hugh and Mel 7 ✓
21 Make a Taskmaster movie trailer 107 Hugh and Mel 7 ✓
23 Do incompatible things with the bathtub 121 Hugh and Mel 7 ✓
25 Wheelie bin obstacle course 136 Hugh and Mel 7

Advanced export

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

CSV options:

CREATE TABLE team_tasks (
   id   INTEGER PRIMARY KEY,
   task INTEGER REFERENCES tasks(id),
   team INTEGER REFERENCES teams(id),
   win  INTEGER
);
Powered by Datasette · Queries took 5.632ms