TdlM / taskmaster

Menu
  • Make shortlink

task_winners

3 rows where task = 668

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task winner team live
822 Make the Taskmaster say your words 668 Dara Ó Briain 88 ✓ ✓
823 Make the Taskmaster say your words 668 Fern Brady 89 ✓ ✓
824 Make the Taskmaster say your words 668 John Kearns 90 ✓ ✓

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