TdlM / taskmaster

Menu
  • Make shortlink

task_readers

5 rows where reader = 37

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
62 Sort the objects by size using your feet 210 Tim Vine 37 ✓
70 Exactly recreate your 3 minutes of fun 226 Tim Vine 37 ✓
76 Knock over the ducks without leaving the carpet 238 Tim Vine 37 ✓
77 Predict how many words you can list for a category 241 Tim Vine 37 ✓
81 Perform a number from the Taskmaster musical 256 Tim Vine 37 ✓

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