TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 579

✎ 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
1489 Series 12 12 A couple of Ethels. 103 Play and commentate on a socially-distanced sport 579 Guz Khan 70 bollock I've had my bollocks permanently damaged from this game, so...
1490 Series 12 12 A couple of Ethels. 103 Play and commentate on a socially-distanced sport 579 Guz Khan 70 bastard Outstanding player, but a dirty bastard.
1491 Series 12 12 A couple of Ethels. 103 Play and commentate on a socially-distanced sport 579 Guz Khan 70 shit Khan is shitting in it.
1492 Series 12 12 A couple of Ethels. 103 Play and commentate on a socially-distanced sport 579 Guz Khan 70 shit This is a really shit game.
1493 Series 12 12 A couple of Ethels. 103 Play and commentate on a socially-distanced sport 579 Greg Davies 2 shit He said it's a really shit game at the end there. ✓

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