TdlM / taskmaster

Menu
  • Make shortlink

intros

2 rows where task = 393

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
338 Series 9 9 ▶ Jo Brand 50 Break something and put it back together 393
342 Series 9 9 ▶ David Baddiel 48 Break something and put it back together 393

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