TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 471

✎ 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
1233 Series 10 10 Moments of silence. 82 Learn your lines and perform a scene 471 Katherine Parkinson 55 fuck Everyone, chill the fuck out!
1234 Series 10 10 Moments of silence. 82 Learn your lines and perform a scene 471 Richard Herring 57 fuck Oh, fuck.
1235 Series 10 10 Moments of silence. 82 Learn your lines and perform a scene 471 Alex Horne 1 damn But it's damn rude.
1236 Series 10 10 Moments of silence. 82 Learn your lines and perform a scene 471 Richard Herring 57 damn Aye, but it's damn rude!
1237 Series 10 10 Moments of silence. 82 Learn your lines and perform a scene 471 Greg Davies 2 wank "I was playing Wanking Man in a Bush..." ✓

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