TdlM / taskmaster

Menu
  • Make shortlink

intros

2 rows where task = 24

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
3 Series 1 1 ▶ Josh Widdicombe 4 Fill an eggcup with tears 24
6 Series 1 1 ▶ Roisin Conaty 5 Fill an eggcup with tears 24

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