TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 261

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
705 Series 6 6 He was a different man. 44 Knock over the fewest bowling pins 261 Greg Davies 2 fuck And then I have to fucking high-five them. What? ✓
706 Series 6 6 He was a different man. 44 Knock over the fewest bowling pins 261 Asim Chaudhry 34 shit Oh, shit, my ring.
707 Series 6 6 He was a different man. 44 Knock over the fewest bowling pins 261 Greg Davies 2 shit "Shit my ring." ✓
708 Series 6 6 He was a different man. 44 Knock over the fewest bowling pins 261 Asim Chaudhry 34 ass/arse Not my arsehole. ✓
709 Series 6 6 He was a different man. 44 Knock over the fewest bowling pins 261 Liza Tarbuck 35 bugger Bugger!
710 Series 6 6 He was a different man. 44 Knock over the fewest bowling pins 261 Russell Howard 36 shit
bollock
Shit! Bollocks!

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