TdlM / taskmaster

Menu
  • Make shortlink

intros

4 rows where task = 459

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip, person

id ▲ series clip person task
391 Series 10 10 ▶ Daisy May Cooper 53 Quietly make a cocktail 459
392 Series 10 10 ▶ Alex Horne 1 Quietly make a cocktail 459
398 Series 10 10 ▶ Daisy May Cooper 53 Quietly make a cocktail 459
401 Series 10 10 ▶ Johnny Vegas 54 Quietly make a cocktail 459

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