TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 263

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
215 Series 6 6 ▶ Alex Horne 1 Declare your love for the Taskmaster 263
226 Series 6 6 ▶ Tim Vine 37 Declare your love for the Taskmaster 263
242 Series 6 6 ▶ Liza Tarbuck 35 Declare your love for the Taskmaster 263

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