TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where task = 86

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: clip, person

id ▲ series clip person task
101 Series 3 3 ▶ Al Murray 13 Create an impressive special effect 86
102 Series 3 3 ▶ Dave Gorman 14 Create an impressive special effect 86
103 Series 3 3 ▶ Paul Chowdhry 15 Create an impressive special effect 86
112 Series 3 3 ▶ Rob Beckett 16 Create an impressive special effect 86
118 Series 3 3 ▶ Al Murray 13 Create an impressive special effect 86

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