TdlM / taskmaster

Menu
  • Make shortlink

intros

4 rows where person = 12

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
40 Series 2 2 ▶ Richard Osman 12 Create a nursery rhyme video 45
58 Series 2 2 ▶ Richard Osman 12 Conceal a pineapple on your person 57
64 Series 2 2 ▶ Richard Osman 12 Construct something for the Taskmaster 59
74 Series 2 2 ▶ Richard Osman 12
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 7.216ms