TdlM / taskmaster

Menu
  • Make shortlink

intros

6 rows where person = 9

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
42 Series 2 2 ▶ Joe Wilkinson 9 Order a pizza without using certain words 47
45 Series 2 2 ▶ Joe Wilkinson 9 Conceal a pineapple on your person 57
51 Series 2 2 ▶ Joe Wilkinson 9 Construct something for the Taskmaster 59
54 Series 2 2 ▶ Joe Wilkinson 9 Find out about the Swedish person 41
61 Series 2 2 ▶ Joe Wilkinson 9 See no potato, hear no potato, speak no potato 53
75 Series 2 2 ▶ Joe Wilkinson 9
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 6.453ms