TdlM / taskmaster

Menu
  • Make shortlink

title_coiners

3 rows where coiner = 24

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode coiner task
28 Residue around the hoof. 28 Bob Mortimer 24 Make marmite 163
29 A wind-dried puffin. 29 Bob Mortimer 24 Identify the Finns 175
32 Their water's so delicious. 32 Bob Mortimer 24 Create the best graph 191

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE title_coiners (
   id       INTEGER PRIMARY KEY,
   episode  INTEGER REFERENCES episodes(id),
   coiner   INTEGER REFERENCES people(id),
   task     INTEGER REFERENCES tasks(id)
);
Powered by Datasette · Queries took 6.22ms