TdlM / taskmaster

Menu
  • Make shortlink

profanity

7 rows where task = 672

✎ 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
1687 Series 14 14 Dafty in the middle. 120 Catch something 672 Sarah Millican 92 shit Mine's better. Mine's always better. That's shit.
1688 Series 14 14 Dafty in the middle. 120 Catch something 672 Alex Horne 1 fuck Oh, fuck's sake.
1689 Series 14 14 Dafty in the middle. 120 Catch something 672 John Kearns 90 fuck Oh, fuck!
1690 Series 14 14 Dafty in the middle. 120 Catch something 672 John Kearns 90 shit Oh, shit.
1691 Series 14 14 Dafty in the middle. 120 Catch something 672 John Kearns 90 fuck Something's fucking happened!
1692 Series 14 14 Dafty in the middle. 120 Catch something 672 Greg Davies 2 fuck You whispered to yourself, "Fuck sake." ✓
1693 Series 14 14 Dafty in the middle. 120 Catch something 672 Greg Davies 2 twat I particularly liked the... romance of that with this twat in the background. ✓

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.303ms