TdlM / taskmaster

Menu
  • Make shortlink

intros

4 rows where task = 382

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip, person

id ▲ series clip person task
333 Series 9 9 ▶ Ed Gamble 49 Make the most dramatic entrance 382
334 Series 9 9 ▶ Alex Horne 1 Make the most dramatic entrance 382
335 Series 9 9 ▶ Rose Matafeo 52 Make the most dramatic entrance 382
339 Series 9 9 ▶ Alex Horne 1 Make the most dramatic entrance 382

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