TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 102

✎ 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
272 Series 4 4 Look at me. 18 Get the flour onto the target 102 Lolly Adefope 20 hell What the hell is going on?
273 Series 4 4 Look at me. 18 Get the flour onto the target 102 Mel Giedroyc 21 hell Bloody hell, this is tricky, isn't it?
274 Series 4 4 Look at me. 18 Get the flour onto the target 102 Hugh Dennis 18 fuck What fucking nonsense.
275 Series 4 4 Look at me. 18 Get the flour onto the target 102 Mel Giedroyc 21 bollock Then it would've‒aw, bollocks!
276 Series 4 4 Look at me. 18 Get the flour onto the target 102 Greg Davies 2 fuck And then in the end, fuck it, fill a funnel full. ✓

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