TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 66

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
407 Series 11 11 ▶ Mike Wozniak 66 Make the sauna stones hiss 501
414 Series 11 11 ▶ Mike Wozniak 66 Complete the most tasks 523
419 Series 11 11 ▶ Mike Wozniak 66 Deliver all the plates to Alex 493
422 Series 11 11 ▶ Mike Wozniak 66 Fart 516
434 Series 11 11 ▶ Mike Wozniak 66 Make the most impressive weather for Taskmaster Island 533

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