TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 622

✎ 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
1568 Series 13 13 Having a little chuckle. 111 Raise the water level to the top of the fish tank 622 Judi Love 81 shit This shit ain't getting wet, okay. I need you to know that.
1569 Series 13 13 Having a little chuckle. 111 Raise the water level to the top of the fish tank 622 Judi Love 81 dick It's floating like two dicks! Why is it floating?
1570 Series 13 13 Having a little chuckle. 111 Raise the water level to the top of the fish tank 622 Greg Davies 2 dick Obviously Judi's gone straight into the Taskmaster book of quotes by saying of a bunch of bananas, "It's floating like two dicks." ✓

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