TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 279

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
737 Series 7 7 Twelve blush majesty two. 47 Make the best noise 279 Jessica Knappett 39 fuck I don't know and I don't fucking know. ✓
738 Series 7 7 Twelve blush majesty two. 47 Make the best noise 279 Greg Davies 2 shit "Great, this is an opportunity for me to drop dog shit onto the face of a friend I've had for 15 years." ✓
739 Series 7 7 Twelve blush majesty two. 47 Make the best noise 279 Greg Davies 2 prick Well, you're a very rude prick. ✓
740 Series 7 7 Twelve blush majesty two. 47 Make the best noise 279 Greg Davies 2 Christ Phil... I mean, Jesus Christ. ✓
741 Series 7 7 Twelve blush majesty two. 47 Make the best noise 279 Phil Wang 41 shit I'm sorry I didn't shit on your face, Greg. ✓
742 Series 7 7 Twelve blush majesty two. 47 Make the best noise 279 Greg Davies 2 shit My least favourite noise was the sound of dog shit being dropped onto my face. ✓

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