TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 284

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
763 Series 7 7 OLLIE. 48 Change your appearance in a lift 284 Greg Davies 2 fuck
hell
Fuckin' hell. ✓
764 Series 7 7 OLLIE. 48 Change your appearance in a lift 284 Rhod Gilbert 42 tits All you've done is shove a bloody Brillo Pad in your tits. ✓
765 Series 7 7 OLLIE. 48 Change your appearance in a lift 284 Greg Davies 2 tits When Rhod accused you of putting a Brillo Pad on your tits, James Acaster went like this. ✓
766 Series 7 7 OLLIE. 48 Change your appearance in a lift 284 Kerry Godliman 40 tits That was mainly 'cause of the word "tits". ✓

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