TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 811

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip, person

id ▲ series clip person task
601 Series 16 16 ▶ Lucy Beaumont 104 Obey all of the traffic signals 811
602 Series 16 16 ▶ Alex Horne 1 Obey all of the traffic signals 811
603 Series 16 16 ▶ Lucy Beaumont 104 Obey all of the traffic signals 811

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