TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 109

✎ 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
289 Series 4 4 Hollowing out a baguette. 19 Transfer water from one fishbowl to another 109 Noel Fielding 22 hell What the hell's going on?
290 Series 4 4 Hollowing out a baguette. 19 Transfer water from one fishbowl to another 109 Greg Davies 2 fuck It's not point-worthy, so... fuckin' leave it. ✓
291 Series 4 4 Hollowing out a baguette. 19 Transfer water from one fishbowl to another 109 Greg Davies 2 shit You wanna see how to move water from one fishbowl to another, you go to Joe Lycett, okay, and you don't listen to bullshit. ✓
292 Series 4 4 Hollowing out a baguette. 19 Transfer water from one fishbowl to another 109 Hugh Dennis 18 shit Can I say that's a really shit idea? ✓

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