TdlM / taskmaster

Menu
  • Make shortlink

task_winners

5 rows where task = 527

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task winner team live
642 The most satisfying wobbly thing 527 Charlotte Ritchie 63
643 The most satisfying wobbly thing 527 Jamali Maddix 64
644 The most satisfying wobbly thing 527 Lee Mack 65
645 The most satisfying wobbly thing 527 Mike Wozniak 66
646 The most satisfying wobbly thing 527 Sarah Kendall 67

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