TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 724

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip

id ▲ series clip person task
553 Series 15 15 ▶ Frankie Boyle 98 Achieve an impressive effect with a single breath 724
554 Series 15 15 ▶ Alex Horne 1 Achieve an impressive effect with a single breath 724
566 Series 15 15 ▶ Mae Martin 102 Achieve an impressive effect with a single breath 724

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