TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 106

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
585 Series 16 16 ▶ Sue Perkins 106 Pull the sword from the stone 773
593 Series 16 16 ▶ Sue Perkins 106 Get the ball in the hole without touching it 779
600 Series 16 16 ▶ Sue Perkins 106 Get all of the water into the vase 792
606 Series 16 16 ▶ Sue Perkins 106 Recreate the garage scene in the lab 796
611 Series 16 16 ▶ Sue Perkins 106 Play with these switches / Balance the most golf tees 800

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