TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 815

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, quote, roots (array)

id ▲ series episode task speaker roots quote studio
2029 Series 16 16 Always forks and marbles. 148 The thing that, when you turn it round, gives you the biggest shock 815 Greg Davies 2 Christ Jesus Christ. ✓
2030 Series 16 16 Always forks and marbles. 148 The thing that, when you turn it round, gives you the biggest shock 815 Greg Davies 2 piss They've all got beaver piss in them? ✓
2031 Series 16 16 Always forks and marbles. 148 The thing that, when you turn it round, gives you the biggest shock 815 Greg Davies 2 shit Genuinely might make me feel moved with an urn that's got "shit" written on it... ✓
2032 Series 16 16 Always forks and marbles. 148 The thing that, when you turn it round, gives you the biggest shock 815 Greg Davies 2 fuck Fuck 'em. ✓
2033 Series 16 16 Always forks and marbles. 148 The thing that, when you turn it round, gives you the biggest shock 815 Greg Davies 2 Christ Jesus 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 12.091ms