TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 752

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: studio, roots (array)

id ▲ series episode task speaker roots quote studio
1874 Series 15 15 100% Bosco. 136 Pile the pineapples on the path 752 Jenny Eclair 100 fuck Oh, not more fucking pineapples.
1875 Series 15 15 100% Bosco. 136 Pile the pineapples on the path 752 Mae Martin 102 fuck Ahh! Fuck!
1876 Series 15 15 100% Bosco. 136 Pile the pineapples on the path 752 Kiell Smith-Bynoe 101 fuck Fuck's sake. ✓

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