TdlM / taskmaster

Menu
  • Make shortlink

task_winners

5 rows where task = 397

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task winner team live
476 Bring a classic board game to life 397 David Baddiel 48 ✓
477 Bring a classic board game to life 397 Ed Gamble 49 ✓
478 Bring a classic board game to life 397 Jo Brand 50 ✓
479 Bring a classic board game to life 397 Katy Wix 51 ✓
480 Bring a classic board game to life 397 Rose Matafeo 52 ✓

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