TdlM / taskmaster

Menu
  • Make shortlink

task_winners

3 rows where task = 681

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task winner team live
839 Perform the best routine to this music 681 Dara Ó Briain 88 ✓
840 Perform the best routine to this music 681 Fern Brady 89 ✓
841 Perform the best routine to this music 681 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 6.296ms