TdlM / taskmaster

Menu
  • Make shortlink

intros

6 rows where person = 20

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
130 Series 4 4 ▶ Lolly Adefope 20 Slide as far as possible 119
138 Series 4 4 ▶ Lolly Adefope 20 Throw something into something 122
144 Series 4 4 ▶ Lolly Adefope 20 Wheelie bin obstacle course 136
148 Series 4 4 ▶ Lolly Adefope 20 Paint a portrait of the Taskmaster without touching the red mat 101
155 Series 4 4 ▶ Lolly Adefope 20 Get the flour onto the target 102
168 Series 4 4 ▶ Lolly Adefope 20 Score a goal with a shopping bag 127

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