TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 559

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
438 Series 12 12 ▶ Desiree Burch 69 Spread jam on toast in a really cool way 559
441 Series 12 12 ▶ Alan Davies 68 Spread jam on toast in a really cool way 559
463 Series 12 12 ▶ Guz Khan 70 Spread jam on toast in a really cool way 559

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 25.351ms