TdlM / taskmaster

Menu
  • Make shortlink

intros

7 rows where person = 8

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task

id ▲ series clip person task
43 Series 2 2 ▶ Doc Brown 8 Quickly eat an egg 44
49 Series 2 2 ▶ Doc Brown 8 Place the exercise balls on the yoga mat 39
50 Series 2 2 ▶ Doc Brown 8 Construct something for the Taskmaster 59
56 Series 2 2 ▶ Doc Brown 8 Create a nursery rhyme video 45
59 Series 2 2 ▶ Doc Brown 8 Get the potato into the hole 40
68 Series 2 2 ▶ Doc Brown 8 Make an unexpected silhouette 51
73 Series 2 2 ▶ Doc Brown 8 Get the potato into the hole 40

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.587ms