TdlM / taskmaster

Menu
  • Make shortlink

profanity

7 rows where task = 289

✎ 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
771 Series 7 7 Lotta soup. 49 Spectacularly deliver the task to Alex 289 Greg Davies 2 shit That was shit... on so many levels. ✓
772 Series 7 7 Lotta soup. 49 Spectacularly deliver the task to Alex 289 Kerry Godliman 40 fuck All right, fuck you. ✓
773 Series 7 7 Lotta soup. 49 Spectacularly deliver the task to Alex 289 Alex Horne 1 hell Bloody hell.
774 Series 7 7 Lotta soup. 49 Spectacularly deliver the task to Alex 289 Greg Davies 2 Christ Jesus Christ! ✓
775 Series 7 7 Lotta soup. 49 Spectacularly deliver the task to Alex 289 Rhod Gilbert 42 shit At the time, I was shitting myself. ✓
776 Series 7 7 Lotta soup. 49 Spectacularly deliver the task to Alex 289 Greg Davies 2 shit My heart was genuinely pounding and yet I'm still thinking about how shit Kerry's was. ✓
777 Series 7 7 Lotta soup. 49 Spectacularly deliver the task to Alex 289 Jessica Knappett 39 fuck I asked for a fucking hot air balloon and they wouldn't give it to me! ✓

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