TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where task = 338

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip, person

id ▲ series clip person task
287 Series 8 8 ▶ Iain Stirling 43 Do the worst thing and make the best apology 338
288 Series 8 8 ▶ Alex Horne 1 Do the worst thing and make the best apology 338
289 Series 8 8 ▶ Sian Gibson 47 Do the worst thing and make the best apology 338
291 Series 8 8 ▶ Lou Sanders 45 Do the worst thing and make the best apology 338
292 Series 8 8 ▶ Alex Horne 1 Do the worst thing and make the best apology 338

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