TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 611

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, roots (array)

id ▲ series episode task speaker roots quote studio
1550 Series 13 13 I think I've got this. 109 Enable Alex to bite his duck 611 Chris Ramsey 80 fuck You can go fuck yourself, you can.
1551 Series 13 13 I think I've got this. 109 Enable Alex to bite his duck 611 Chris Ramsey 80 shit Oh, my god, it's not even on full power, you shit.
1552 Series 13 13 I think I've got this. 109 Enable Alex to bite his duck 611 Chris Ramsey 80 fuck I don't even care about the points, this is fuckin' great.
1553 Series 13 13 I think I've got this. 109 Enable Alex to bite his duck 611 Chris Ramsey 80 ass/arse Stick your duck up your arse.

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