TdlM / taskmaster

Menu
  • Make shortlink

intros

4 rows where task = 685

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip

id ▲ series clip person task
523 Series 14 14 ▶ Fern Brady 89 Hold the milk bottles above the microwaves 685
524 Series 14 14 ▶ Alex Horne 1 Hold the milk bottles above the microwaves 685
539 Series 14 14 ▶ Munya Chawawa 91 Hold the milk bottles above the microwaves 685
541 Series 14 14 ▶ Dara Ó Briain 88 Hold the milk bottles above the microwaves 685

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