TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 381

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip

id ▲ series clip person task
325 Series 9 9 ▶ David Baddiel 48 Arrange the lollies in rainbow order 381
348 Series 9 9 ▶ Rose Matafeo 52 Arrange the lollies in rainbow order 381
349 Series 9 9 ▶ Alex Horne 1 Arrange the lollies in rainbow order 381

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