TdlM / taskmaster

Menu
  • Make shortlink

intros

3 rows where task = 402

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip

id ▲ series clip person task
330 Series 9 9 ▶ Jo Brand 50 Make an accurate and inventive egg timer 402
346 Series 9 9 ▶ David Baddiel 48 Make an accurate and inventive egg timer 402
347 Series 9 9 ▶ Alex Horne 1 Make an accurate and inventive egg timer 402

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