TdlM / taskmaster

Menu
  • Make shortlink

intros

4 rows where task = 601

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip, person

id ▲ series clip person task
475 Series 13 13 ▶ Sophie Duker 82 Duel with Alex 601
476 Series 13 13 ▶ Alex Horne 1 Duel with Alex 601
495 Series 13 13 ▶ Bridget Christie 79 Duel with Alex 601
496 Series 13 13 ▶ Alex Horne 1 Duel with Alex 601

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