TdlM / taskmaster

Menu
  • Make shortlink

task_winners

3 rows where task = 131

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task winner team live
150 Identify the contents of the sleeping bag 131 Joe Lycett 19
151 Identify the contents of the sleeping bag 131 Lolly Adefope 20
152 Identify the contents of the sleeping bag 131 Noel Fielding 22

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