TdlM / taskmaster

Menu
  • Make shortlink

task_winners

4 rows where winner = 9

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team

id ▲ task winner team live
44 The most important document 38 Joe Wilkinson 9
56 The best dinner party guest 49 Joe Wilkinson 9
68 Construct something for the Taskmaster 59 Joe Wilkinson 9 ✓
72 Move items across a stream 62 Joe Wilkinson 9

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE task_winners (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   winner INTEGER REFERENCES people(id),
   team   INTEGER,
   live   INTEGER
);
Powered by Datasette · Queries took 6.435ms