TdlM / taskmaster

Menu
  • Make shortlink

title_coiners

4 rows where coiner = 66

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode coiner task
86 It's not your fault. 86 Mike Wozniak 66 Deliver all the plates to Alex 493
89 Premature conker. 89 Mike Wozniak 66 Identify the contents of the bowl 509
91 Absolute casserole. 91 Mike Wozniak 66 Fart 516
92 You've got no chutzpah. 92 Mike Wozniak 66 Complete the most tasks 523

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