TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 759

✎ 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
1888 Series 15 15 A show about pedantry. 137 Make exactly 99 holes in the piece of paper 759 Jenny Eclair 100 shit There's quite a lot of bird shit.
1889 Series 15 15 A show about pedantry. 137 Make exactly 99 holes in the piece of paper 759 Frankie Boyle 98 shit Did you actually shit in some milk? ✓
1890 Series 15 15 A show about pedantry. 137 Make exactly 99 holes in the piece of paper 759 Jenny Eclair 100 shit I'm just going to write shit.
1891 Series 15 15 A show about pedantry. 137 Make exactly 99 holes in the piece of paper 759 Frankie Boyle 98 fuck You just couldn't shut the fuck up, could you, Ivo? ✓

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