TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 95

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, roots (array)

id ▲ series episode task speaker roots quote studio
261 Series 4 4 A fat bald white man. 17 Beautifully destroy a cake 95 Greg Davies 2 shit It was like someone choreographing a ballet and then coming out onto the stage afterwards and having a shit. ✓
262 Series 4 4 A fat bald white man. 17 Beautifully destroy a cake 95 Greg Davies 2 fuck That is drawing a line under your Bake Off career. "You want me to destroy a cake? Fuck you, cake. I'm off." ✓
263 Series 4 4 A fat bald white man. 17 Beautifully destroy a cake 95 Greg Davies 2 shit Hashtag tough shit! ✓

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