TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 326

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
301 Series 8 8 ▶ Alex Horne 1 Sneak up on Alex 326
304 Series 8 8 ▶ Lou Sanders 45 Sneak up on Alex 326
312 Series 8 8 ▶ Iain Stirling 43 Sneak up on Alex 326

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