TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 92

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: person

id ▲ series clip person task
90 Series 3 3 ▶ Sara Pascoe 17 Create an impressive time-lapse or slow motion film 92
100 Series 3 3 ▶ Sara Pascoe 17 Create an impressive time-lapse or slow motion film 92
109 Series 3 3 ▶ Rob Beckett 16 Create an impressive time-lapse or slow motion film 92

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