TdlM / taskmaster

Menu
  • Make shortlink

intros

6 rows where person = 50

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
330 Series 9 9 ▶ Jo Brand 50 Make an accurate and inventive egg timer 402
338 Series 9 9 ▶ Jo Brand 50 Break something and put it back together 393
343 Series 9 9 ▶ Jo Brand 50 Complete the seven tasks in any order 428
350 Series 9 9 ▶ Jo Brand 50 Surprise memory test 390
352 Series 9 9 ▶ Jo Brand 50 Make a famous couple using knees and/or elbows 423
365 Series 9 9 ▶ Jo Brand 50 Make a body part abnormally long 406

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