TdlM / taskmaster

Menu
  • Make shortlink

intros

7 rows where person = 64

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task

id ▲ series clip person task
404 Series 11 11 ▶ Jamali Maddix 64 Make a portrait of the Taskmaster on a door using your feet 517
410 Series 11 11 ▶ Jamali Maddix 64 Make the sauna stones hiss 501
415 Series 11 11 ▶ Jamali Maddix 64 Do something impressive under the table while waving 491
423 Series 11 11 ▶ Jamali Maddix 64 Perform the greatest aircraft safety demonstration 530
426 Series 11 11 ▶ Jamali Maddix 64 Have an argument 497
428 Series 11 11 ▶ Jamali Maddix 64 Have an argument 497
432 Series 11 11 ▶ Jamali Maddix 64 Make the house haunted 498

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