TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 71

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
440 Series 12 12 ▶ Morgana Robinson 71 Prevent Alex from scoring a goal 565
445 Series 12 12 ▶ Morgana Robinson 71 Paint a flattering picture of the Taskmaster in action 544
450 Series 12 12 ▶ Morgana Robinson 71 Paint the space hopper green 550
461 Series 12 12 ▶ Morgana Robinson 71 Propose to Alex 591
465 Series 12 12 ▶ Morgana Robinson 71 Pass everything through the pipe and the pipe through everything 575

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