TdlM / taskmaster

Menu
  • Make shortlink

intros

6 rows where person = 11

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
41 Series 2 2 ▶ Katherine Ryan 11 See no potato, hear no potato, speak no potato 53
46 Series 2 2 ▶ Katherine Ryan 11 Move items across a stream 62
52 Series 2 2 ▶ Katherine Ryan 11 Construct something for the Taskmaster 59
57 Series 2 2 ▶ Katherine Ryan 11 Impress the Mayor 50
67 Series 2 2 ▶ Katherine Ryan 11 Quickly eat an egg 44
71 Series 2 2 ▶ Katherine Ryan 11 Rescue Patatas from the tree 56

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