TdlM / taskmaster

Menu
  • Make shortlink

task_readers

7 rows where reader = 92

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
231 Create the best picture of a bird 661 Sarah Millican 92 ✓
233 Make the Taskmaster say your words 668 Sarah Millican 92 ✓ ✓
236 Put the most sand in the shopping trolley 670 Sarah Millican 92 ✓
240 Perform the best routine to this music 681 Sarah Millican 92 ✓
245 Blow an item onto The Knappett 693 Sarah Millican 92 ✓
247 Communicate an instruction in a secret language 695 Sarah Millican 92 ✓
251 Sculpt your team 708 Sarah Millican 92 ✓

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