TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 366

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
941 Series 8 8 Aquatic sewing machine. 62 Move the beach ball across the finish line using only water 366 Greg Davies 2 dick Another "Mummy" followed by, erm, making it look like you've got a big dick between your... ✓
942 Series 8 8 Aquatic sewing machine. 62 Move the beach ball across the finish line using only water 366 Joe Thomas 44 fuck Oh, fuck me!
943 Series 8 8 Aquatic sewing machine. 62 Move the beach ball across the finish line using only water 366 Joe Thomas 44 Christ Oh, Christ...

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