TdlM / taskmaster

Menu
  • Make shortlink

task_winners

4 rows where winner = 8

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task winner team live
49 The trendiest item of clothing 43 Doc Brown 8
51 Create a nursery rhyme video 45 Doc Brown 8
67 Construct something for the Taskmaster 59 Doc Brown 8 ✓
70 Build the tallest tower using potato products 60 Doc Brown 8 ✓

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