TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where task = 126

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip, person

id ▲ series clip person task
126 Series 4 4 ▶ Mel Giedroyc 21 Pass a camel through a small gap 126
127 Series 4 4 ▶ Alex Horne 1 Pass a camel through a small gap 126
128 Series 4 4 ▶ Noel Fielding 22 Pass a camel through a small gap 126
139 Series 4 4 ▶ Mel Giedroyc 21 Pass a camel through a small gap 126
140 Series 4 4 ▶ Alex Horne 1 Pass a camel through a small gap 126

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