TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

4 rows where team = 8

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
20 Get the flour onto the target 102 Joe, Lolly and Noel 8
22 Make a Taskmaster movie trailer 107 Joe, Lolly and Noel 8
24 Do incompatible things with the bathtub 121 Joe, Lolly and Noel 8
26 Wheelie bin obstacle course 136 Joe, Lolly and Noel 8 ✓

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 4.481ms