TdlM / taskmaster

Menu
  • Make shortlink

intros

7 rows where person = 44

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task

id ▲ series clip person task
290 Series 8 8 ▶ Joe Thomas 44 Catch the tennis balls 365
294 Series 8 8 ▶ Joe Thomas 44 Score a goal from the greatest distance 356
298 Series 8 8 ▶ Joe Thomas 44 Blindly drive a mobility scooter around a course 377
306 Series 8 8 ▶ Joe Thomas 44 Blindly drive a mobility scooter around a course 377
310 Series 8 8 ▶ Joe Thomas 44 Get a ball into a bin with the most bounces 369
316 Series 8 8 ▶ Joe Thomas 44 Move the beach ball across the finish line using only water 366
322 Series 8 8 ▶ Joe Thomas 44 Do something powerful with your little finger 361

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