TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 283

✎ 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
758 Series 7 7 OLLIE. 48 Work out what the switch does 283 Greg Davies 2 Christ Jesus Christ! ✓
759 Series 7 7 OLLIE. 48 Work out what the switch does 283 Rhod Gilbert 42 prick I wish that prick was electrocuted in the studio if I flicked that.
760 Series 7 7 OLLIE. 48 Work out what the switch does 283 Rhod Gilbert 42 fuck Take that, you fizzy fuck, now, aren't you?
761 Series 7 7 OLLIE. 48 Work out what the switch does 283 James Acaster 38 fuck
hell
Fucking hell.
762 Series 7 7 OLLIE. 48 Work out what the switch does 283 Greg Davies 2 fuck "Did you enjoy that, Kerry?" "No, I fuckin' didn't." ✓

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