TdlM / taskmaster

Menu
  • Make shortlink

intros

6 rows where person = 68

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task

id ▲ series clip person task
441 Series 12 12 ▶ Alan Davies 68 Spread jam on toast in a really cool way 559
449 Series 12 12 ▶ Alan Davies 68 Find the soldier with hindsight 585
453 Series 12 12 ▶ Alan Davies 68 Drink with your mouth open 589
456 Series 12 12 ▶ Alan Davies 68 Make a cute toy for a cute dog 569
459 Series 12 12 ▶ Alan Davies 68 Prevent Alex from scoring a goal 565
466 Series 12 12 ▶ Alan Davies 68 Find the soldier with hindsight 585

Advanced export

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

CSV options:

CREATE TABLE intros (
   id     INTEGER PRIMARY KEY,
   series INTEGER REFERENCES series(id),
   clip   INTEGER,
   person INTEGER REFERENCES people(id),
   task   INTEGER REFERENCES tasks(id)
);
Powered by Datasette · Queries took 7.684ms