TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 43

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
287 Series 8 8 ▶ Iain Stirling 43 Do the worst thing and make the best apology 338
303 Series 8 8 ▶ Iain Stirling 43 Make the most tremendous legs 376
307 Series 8 8 ▶ Iain Stirling 43 Catch the tennis balls 365
312 Series 8 8 ▶ Iain Stirling 43 Sneak up on Alex 326
321 Series 8 8 ▶ Iain Stirling 43 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 8.755ms