TdlM / taskmaster

Menu
  • Make shortlink

intros

6 rows where person = 48

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
325 Series 9 9 ▶ David Baddiel 48 Arrange the lollies in rainbow order 381
332 Series 9 9 ▶ David Baddiel 48 Complete the seven tasks in any order 428
342 Series 9 9 ▶ David Baddiel 48 Break something and put it back together 393
346 Series 9 9 ▶ David Baddiel 48 Make an accurate and inventive egg timer 402
358 Series 9 9 ▶ David Baddiel 48 Throw eggs into metal receptacles 411
363 Series 9 9 ▶ David Baddiel 48 Bring a classic board game to life 397

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