TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

6 rows where team = 14

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
48 Paint a blindfolded still life 272 James, Phil and Rhod 14 ✓
50 Make yourselves appear as large or small as possible 292 James, Phil and Rhod 14 ✓
52 Place objects on the hanger without it falling 293 James, Phil and Rhod 14
54 Make a soap opera cliffhanger 297 James, Phil and Rhod 14 ✓
56 Build an extension to the Taskmaster house 303 James, Phil and Rhod 14
58 Complete a 24-shot rally 315 James, Phil and Rhod 14

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