TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 246

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
666 Series 6 6 Roadkill doused in syrup. 41 Make and eat a pancake with objects tucked into your sweatband 246 Alice Levine 33 bugger Oh, bugger!
667 Series 6 6 Roadkill doused in syrup. 41 Make and eat a pancake with objects tucked into your sweatband 246 Liza Tarbuck 35 damn Damn right. ✓
668 Series 6 6 Roadkill doused in syrup. 41 Make and eat a pancake with objects tucked into your sweatband 246 Russell Howard 36 fuck Fuck, that's hot.
669 Series 6 6 Roadkill doused in syrup. 41 Make and eat a pancake with objects tucked into your sweatband 246 Russell Howard 36 fuck
hell
Fucking hell.

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