TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 390

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip

id ▲ series clip person task
350 Series 9 9 ▶ Jo Brand 50 Surprise memory test 390
356 Series 9 9 ▶ Katy Wix 51 Surprise memory test 390
357 Series 9 9 ▶ Alex Horne 1 Surprise memory test 390

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