TdlM / taskmaster

Menu
  • Make shortlink

profanity

7 rows where task = 667

✎ 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
1661 Series 14 14 Enormous hugeness. 119 Sort the ducks and the socks 667 John Kearns 90 fuck What the fuck's in that?
1662 Series 14 14 Enormous hugeness. 119 Sort the ducks and the socks 667 John Kearns 90 wank You absolute wanker!
1663 Series 14 14 Enormous hugeness. 119 Sort the ducks and the socks 667 Greg Davies 2 fuck "What the fuck is that?" "Did you hear that? Well, what dropped?" "You can't even buy them that small." ✓
1664 Series 14 14 Enormous hugeness. 119 Sort the ducks and the socks 667 John Kearns 90 fuck There is only one size of duck. I don't know what the fuck they were. ✓
1665 Series 14 14 Enormous hugeness. 119 Sort the ducks and the socks 667 Sarah Millican 92 tits I can't see me pockets 'cause of me tits. Sorry.
1666 Series 14 14 Enormous hugeness. 119 Sort the ducks and the socks 667 Munya Chawawa 91 hell What the hell?! I didn't get any in.
1667 Series 14 14 Enormous hugeness. 119 Sort the ducks and the socks 667 Greg Davies 2 tits I mean, if I'm honest, I don't know what I thought 'cause all I can hear is, "I can't see my pockets because of my 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 11.393ms