TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 375

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
956 Series 8 8 Clumpy swayey clumsy man. 64 Erase the eraser 375 Iain Stirling 43 fuck Where the fuck has this come from?! ✓
957 Series 8 8 Clumpy swayey clumsy man. 64 Erase the eraser 375 Joe Thomas 44 wank I'm so fed up of putting in, like, loads and loads of just genuinely, like, physical effort into the tasks and then these other people find some s‒wanky workaround. ✓
958 Series 8 8 Clumpy swayey clumsy man. 64 Erase the eraser 375 Joe Thomas 44 fuck Put some fucking effort in! ✓

Advanced export

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

CSV options:

CREATE TABLE profanity (
   id      INTEGER PRIMARY KEY,
   series  INTEGER REFERENCES series(id),
   episode INTEGER REFERENCES episodes(id),
   task    INTEGER REFERENCES tasks(id),
   speaker INTEGER REFERENCES people(id),
   roots   TEXT,
   quote   TEXT,
   studio  INTEGER
);
Powered by Datasette · Queries took 21.869ms