TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 3

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task

id ▲ series clip person task
5 Series 1 1 ▶ Frank Skinner 3 Get an egg as high as possible 16
11 Series 1 1 ▶ Frank Skinner 3 Get an egg as high as possible 16
18 Series 1 1 ▶ Frank Skinner 3 Grow the longest nail 29
31 Series 1 1 ▶ Frank Skinner 3 Make a bed while holding hands 30
37 Series 1 1 ▶ Frank Skinner 3 Play mini golf with eggs 34

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