TdlM / taskmaster

Menu
  • Make shortlink

intros

6 rows where person = 14

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
79 Series 3 3 ▶ Dave Gorman 14 Propel a pea along a red carpet 68
87 Series 3 3 ▶ Dave Gorman 14 Surprise Alex 72
96 Series 3 3 ▶ Dave Gorman 14 An upside-down condiment self-portrait 74
99 Series 3 3 ▶ Dave Gorman 14 Play charades across a river 91
102 Series 3 3 ▶ Dave Gorman 14 Create an impressive special effect 86
115 Series 3 3 ▶ Dave Gorman 14 Make the best domino rally 79

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