TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

8 rows where team = 26

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
104 Have an argument 497 Charlotte, Jamali and Sarah 26
106 Act out nursery rhymes 504 Charlotte, Jamali and Sarah 26
108 Put the bag of salt onto that table 507 Charlotte, Jamali and Sarah 26 ✓
110 Slap and tong 514 Charlotte, Jamali and Sarah 26 ✓
112 Vandalise a wall creatively 518 Charlotte, Jamali and Sarah 26
114 Get out of the front gate 525 Charlotte, Jamali and Sarah 26
116 Draw the best picture of a British animal 529 Charlotte, Jamali and Sarah 26
118 Direct a teammate into the red circle 540 Charlotte, Jamali and Sarah 26

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