TdlM / taskmaster

Menu
  • Make shortlink

task_readers

4 rows where reader = 38

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
90 Get dressed while wearing handcuffs 286 James Acaster 38 ✓
94 Make a soap opera cliffhanger 297 James Acaster 38 ✓
97 Build an extension to the Taskmaster house 303 James Acaster 38 ✓
104 Sausage or finger? 322 James Acaster 38 ✓

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