TdlM / taskmaster

Menu
  • Make shortlink

intros

4 rows where task = 84

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip, person

id ▲ series clip person task
85 Series 3 3 ▶ Rob Beckett 16 Spread your clothes far and wide 84
86 Series 3 3 ▶ Alex Horne 1 Spread your clothes far and wide 84
94 Series 3 3 ▶ Sara Pascoe 17 Spread your clothes far and wide 84
95 Series 3 3 ▶ Alex Horne 1 Spread your clothes far and wide 84

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