TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 318

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip

id ▲ series clip person task
245 Series 7 7 ▶ James Acaster 38 Put on overalls and lie on the ground when the siren sounds 318
246 Series 7 7 ▶ Alex Horne 1 Put on overalls and lie on the ground when the siren sounds 318
257 Series 7 7 ▶ Jessica Knappett 39 Put on overalls and lie on the ground when the siren sounds 318

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