TdlM / taskmaster

Menu
  • Make shortlink

task_winners

5 rows where task = 26

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task winner team live
26 Memorise an Australian Rules Football team 26 Frank Skinner 3 ✓
27 Memorise an Australian Rules Football team 26 Josh Widdicombe 4 ✓
28 Memorise an Australian Rules Football team 26 Roisin Conaty 5 ✓
29 Memorise an Australian Rules Football team 26 Romesh Ranganathan 6 ✓
30 Memorise an Australian Rules Football team 26 Tim Key 7 ✓

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