TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where task = 30

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip

id ▲ series clip person task
22 Series 1 1 ▶ Josh Widdicombe 4 Make a bed while holding hands 30
23 Series 1 1 ▶ Roisin Conaty 5 Make a bed while holding hands 30
24 Series 1 1 ▶ Romesh Ranganathan 6 Make a bed while holding hands 30
31 Series 1 1 ▶ Frank Skinner 3 Make a bed while holding hands 30
32 Series 1 1 ▶ Tim Key 7 Make a bed while holding hands 30

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