TdlM / taskmaster

Menu
  • Make shortlink

task_winners

9 rows where winner = 63

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task winner team live
603 The best drinking vessel 495 Charlotte Ritchie 63
617 Put the bag of salt onto that table 507 Charlotte Ritchie 63 ✓
625 Sort the objects with your face 513 Charlotte Ritchie 63
626 Slap and tong 514 Charlotte Ritchie 63 ✓ ✓
642 The most satisfying wobbly thing 527 Charlotte Ritchie 63
652 The nattiest knitwear 532 Charlotte Ritchie 63
653 Make the most impressive weather for Taskmaster Island 533 Charlotte Ritchie 63
654 Build and topple a tower for a pot of yoghurt 534 Charlotte Ritchie 63
662 Keeping your head still at all times, correctly don your special outfit 541 Charlotte Ritchie 63 ✓

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