TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 6

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
2 Series 1 1 ▶ Romesh Ranganathan 6 Eat as much watermelon as possible 2
12 Series 1 1 ▶ Romesh Ranganathan 6 Move the boulder as far as possible 28
17 Series 1 1 ▶ Romesh Ranganathan 6 Score 11 points 23
24 Series 1 1 ▶ Romesh Ranganathan 6 Make a bed while holding hands 30
29 Series 1 1 ▶ Romesh Ranganathan 6 Stage a realistic home movie blooper 35

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 4477.469ms