TdlM / taskmaster

Menu
  • Make shortlink

task_winners

5 rows where winner = 11

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task winner team live
47 Find out about the Swedish person 41 Katherine Ryan 11
57 Impress the Mayor 50 Katherine Ryan 11
62 Throw rabbits into a hat 54 Katherine Ryan 11 ✓
64 Rescue Patatas from the tree 56 Katherine Ryan 11
69 Construct something for the Taskmaster 59 Katherine Ryan 11 ✓

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 7.685ms