TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 78

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
472 Series 13 13 ▶ Ardal O'Hanlon 78 Identify the liquids 648
485 Series 13 13 ▶ Ardal O'Hanlon 78 Make all the things happen at the same time 610
490 Series 13 13 ▶ Ardal O'Hanlon 78 Answer Alex's phone call 623
499 Series 13 13 ▶ Ardal O'Hanlon 78 Guess Shoe 614
506 Series 13 13 ▶ Ardal O'Hanlon 78 Poke a body part out of the shower curtain 645

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