TdlM / taskmaster

Menu
  • Make shortlink

task_readers

6 rows where reader = 36

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
68 Have the most fun in 3 minutes 225 Russell Howard 36 ✓
69 Exactly recreate your 3 minutes of fun 226 Russell Howard 36 ✓
71 Shake hands with the Taskmaster without revealing your identity 229 Russell Howard 36 ✓
75 Knock over the ducks without leaving the carpet 238 Russell Howard 36 ✓
80 Perform a number from the Taskmaster musical 256 Russell Howard 36 ✓
83 Pick numbers higher and lower than the people next to you 264 Russell Howard 36 ✓

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE task_readers (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   reader INTEGER REFERENCES people(id),
   team   INTEGER,
   live   INTEGER
);
Powered by Datasette · Queries took 5.498ms