TdlM / taskmaster

Menu
  • Make shortlink

intros

6 rows where task = 59

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip, person

id ▲ series clip person task
50 Series 2 2 ▶ Doc Brown 8 Construct something for the Taskmaster 59
51 Series 2 2 ▶ Joe Wilkinson 9 Construct something for the Taskmaster 59
52 Series 2 2 ▶ Katherine Ryan 11 Construct something for the Taskmaster 59
53 Series 2 2 ▶ Alex Horne 1 Construct something for the Taskmaster 59
64 Series 2 2 ▶ Richard Osman 12 Construct something for the Taskmaster 59
65 Series 2 2 ▶ Alex Horne 1 Construct something for the Taskmaster 59

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