TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

7 rows where team = 12

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
34 Keep Alex dry 214 Asim, Liza and Tim 12
36 Have the most fun in 3 minutes 225 Asim, Liza and Tim 12 ✓
38 Exactly recreate your 3 minutes of fun 226 Asim, Liza and Tim 12 ✓
40 Identify the link and do it 100 times 233 Asim, Liza and Tim 12 ✓
42 Knock over the ducks without leaving the carpet 238 Asim, Liza and Tim 12 ✓
44 List and then mime obscure animals 245 Asim, Liza and Tim 12
46 Perform a number from the Taskmaster musical 256 Asim, Liza and Tim 12

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.543ms