TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 470

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1229 Series 10 10 Moments of silence. 82 Fill the cup to overflowing without touching the red green 470 Daisy May Cooper 53 fuck That's fucking great, what I just done.
1230 Series 10 10 Moments of silence. 82 Fill the cup to overflowing without touching the red green 470 Greg Davies 2 fuck Yeah, she's gonna fuck you up, mate. ✓
1231 Series 10 10 Moments of silence. 82 Fill the cup to overflowing without touching the red green 470 Katherine Parkinson 55 fuck Fuck that!
1232 Series 10 10 Moments of silence. 82 Fill the cup to overflowing without touching the red green 470 Katherine Parkinson 55 fuck What's the fucking cow there for, anyway?

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