TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 280

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
743 Series 7 7 Twelve blush majesty two. 47 Get the ball into the hole by striking it 280 James Acaster 38 fuck Oh, fuck you.
744 Series 7 7 Twelve blush majesty two. 47 Get the ball into the hole by striking it 280 Greg Davies 2 fuck
hell
Fucking hell. ✓
745 Series 7 7 Twelve blush majesty two. 47 Get the ball into the hole by striking it 280 Rhod Gilbert 42 shit People say my ADHD makes me shit at problem-solving. No, sir!
746 Series 7 7 Twelve blush majesty two. 47 Get the ball into the hole by striking it 280 Rhod Gilbert 42 hell Bloody hell. ✓

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