TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 796

✎ 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
1976 Series 16 16 Brother Alex. 144 Recreate the garage scene in the lab 796 Susan Wokoma 107 shit
Christ
Oh, shit. Oh, Christ.
1977 Series 16 16 Brother Alex. 144 Recreate the garage scene in the lab 796 Lucy Beaumont 104 fuck Oh, for fuck's sake.
1978 Series 16 16 Brother Alex. 144 Recreate the garage scene in the lab 796 Susan Wokoma 107 tits Tits!
1979 Series 16 16 Brother Alex. 144 Recreate the garage scene in the lab 796 Greg Davies 2 hell Sam, I don't know how the hell you got to flamingos. ✓
1980 Series 16 16 Brother Alex. 144 Recreate the garage scene in the lab 796 Greg Davies 2 tits I've written down, "Can I have a clip of Susan shouting '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 15.992ms