TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 81

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
477 Series 13 13 ▶ Judi Love 81 Find all ten ducks in the lab 599
482 Series 13 13 ▶ Judi Love 81 Learn Swedish 638
493 Series 13 13 ▶ Judi Love 81 Create a lipstick portrait of the Taskmaster 600
498 Series 13 13 ▶ Judi Love 81 Tie a ribbon round the maypole or hit it with a ping pong ball 604
502 Series 13 13 ▶ Judi Love 81
UNIDENTIFIED

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