TdlM / taskmaster

Menu
  • Make shortlink

intros

4 rows where task = 72

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
80 Series 3 3 ▶ Paul Chowdhry 15 Surprise Alex 72
87 Series 3 3 ▶ Dave Gorman 14 Surprise Alex 72
88 Series 3 3 ▶ Alex Horne 1 Surprise Alex 72
92 Series 3 3 ▶ Al Murray 13 Surprise Alex 72

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