TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 685

✎ 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
1722 Series 14 14 Long-legged lobster. 123 Hold the milk bottles above the microwaves 685 John Kearns 90 fuck Fuck this. No, you're mad. Huh?
1723 Series 14 14 Long-legged lobster. 123 Hold the milk bottles above the microwaves 685 Greg Davies 2 fuck I quote John during the actual task: "Fuck this!" ✓
1724 Series 14 14 Long-legged lobster. 123 Hold the milk bottles above the microwaves 685 Sarah Millican 92 shit Gives me the shits?
1725 Series 14 14 Long-legged lobster. 123 Hold the milk bottles above the microwaves 685 Dara Ó Briain 88 ass/arse Arse.
1726 Series 14 14 Long-legged lobster. 123 Hold the milk bottles above the microwaves 685 Greg Davies 2 fuck We've caught the moment where Dara realized that he's totally fucked this. ✓

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