TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 68

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip

id ▲ series clip person task
79 Series 3 3 ▶ Dave Gorman 14 Propel a pea along a red carpet 68
105 Series 3 3 ▶ Al Murray 13 Propel a pea along a red carpet 68
106 Series 3 3 ▶ Alex Horne 1 Propel a pea along a red carpet 68

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