TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

6 rows where team = 29

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
133 Score an exercise ball hat-trick using a buggy 606 Ardal and Chris 29 ✓
135 Face leg or other leg? 612 Ardal and Chris 29
137 Give Alex the best stag minute 615 Ardal and Chris 29 ✓
139 Deliver a cocktail to Greg 633 Ardal and Chris 29
141 Write down things that fit the category 641 Ardal and Chris 29 ✓
143 Record a multi-track song about your team 650 Ardal and Chris 29

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