TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 361

✎ 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
321 Series 8 8 ▶ Iain Stirling 43 Do something powerful with your little finger 361
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 7.229ms