TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

8 rows where team = 25

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
103 Have an argument 497 Lee and Mike 25 ✓
105 Act out nursery rhymes 504 Lee and Mike 25 ✓
107 Put the bag of salt onto that table 507 Lee and Mike 25
109 Slap and tong 514 Lee and Mike 25
111 Vandalise a wall creatively 518 Lee and Mike 25 ✓
113 Get out of the front gate 525 Lee and Mike 25 ✓
115 Draw the best picture of a British animal 529 Lee and Mike 25 ✓
117 Direct a teammate into the red circle 540 Lee and Mike 25 ✓

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