TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 74

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip

id ▲ series clip person task
96 Series 3 3 ▶ Dave Gorman 14 An upside-down condiment self-portrait 74
107 Series 3 3 ▶ Paul Chowdhry 15 An upside-down condiment self-portrait 74
108 Series 3 3 ▶ Alex Horne 1 An upside-down condiment self-portrait 74

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