TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 623

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip

id ▲ series clip person task
473 Series 13 13 ▶ Bridget Christie 79 Answer Alex's phone call 623
474 Series 13 13 ▶ Alex Horne 1 Answer Alex's phone call 623
490 Series 13 13 ▶ Ardal O'Hanlon 78 Answer Alex's phone call 623

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