TdlM / taskmaster

Menu
  • Make shortlink

task_winners

12 rows where winner = 89

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task winner team live
809 The most jaw-dropping item 658 Fern Brady 89
823 Make the Taskmaster say your words 668 Fern Brady 89 ✓ ✓
838 Get the most pleasure from these rubber chutes 680 Fern Brady 89
840 Perform the best routine to this music 681 Fern Brady 89 ✓
844 Communicate animals by saying letters and doing impressions 683 Fern Brady 89 ✓ ✓
855 Get this feather into the bath 691 Fern Brady 89 ✓
859 Blow an item onto The Knappett 693 Fern Brady 89 ✓
862 The best fancy dress 694 Fern Brady 89
871 The most underestimated item 699 Fern Brady 89
874 Write a one-minute, one-person play 701 Fern Brady 89
878 Perform a one-minute, one-person play 702 Fern Brady 89
879 Paint a self portrait with a selected brush on a selected canvas 703 Fern Brady 89

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