TdlM / taskmaster

Menu
  • Make shortlink

task_winners

15 rows where winner = 57

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task winner team live
528 Get the most balls of the same colour in your bucket using litter pickers 435 Richard Herring 57 ✓
535 Guess what is making the noises 440 Richard Herring 57 ✓
542 Draw an object on a rotating canvas 446 Richard Herring 57 ✓ ✓
544 Make the phone ring 448 Richard Herring 57
551 The best pointy thing 452 Richard Herring 57
554 Paint a howling wolf on a rotating teapot 454 Richard Herring 57
558 Feed your team-mate(s) the most watermelon 456 Richard Herring 57 ✓
575 The best thing with wings 469 Richard Herring 57
576 Learn your lines and perform a scene 471 Richard Herring 57
580 Do not blink while staring at your opponent with a selected expression 473 Richard Herring 57 ✓ ✓
581 The best bedding 474 Richard Herring 57
585 Draw the monster described by the Taskmaster 478 Richard Herring 57 ✓
589 Complete the best performance of a specific song 481 Richard Herring 57 ✓
591 Balance all the mints or biscuits on a spaghetti bridge 483 Richard Herring 57 ✓
592 Guess how many green eggs are under the Taskmaster’s chair 484 Richard Herring 57 ✓

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