TdlM / taskmaster

Menu
  • Make shortlink

intros

7 rows where person = 45

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
286 Series 8 8 ▶ Lou Sanders 45 Do something powerful with your little finger 361
291 Series 8 8 ▶ Lou Sanders 45 Do the worst thing and make the best apology 338
295 Series 8 8 ▶ Lou Sanders 45 Find the baby monitor receiver 324
300 Series 8 8 ▶ Lou Sanders 45 Work out the crisp flavours 360
304 Series 8 8 ▶ Lou Sanders 45 Sneak up on Alex 326
314 Series 8 8 ▶ Lou Sanders 45 Blindly drive a mobility scooter around a course 377
318 Series 8 8 ▶ Lou Sanders 45 Get a ball into a bin with the most bounces 369

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