TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 497

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots (array)

id ▲ series episode task speaker roots quote studio
1299 Series 11 11 The Lure of the Treacle Puppies. 87 Have an argument 497 Jamali Maddix 64 damn Oh, damn.
1300 Series 11 11 The Lure of the Treacle Puppies. 87 Have an argument 497 Lee Mack 65 twat Fool? Me? I'll give you, you twat.
1301 Series 11 11 The Lure of the Treacle Puppies. 87 Have an argument 497 Lee Mack 65 cock I'll show you my cock.
1302 Series 11 11 The Lure of the Treacle Puppies. 87 Have an argument 497 Jamali Maddix 64 fuck I disagree... I... hate... it. Fuck.

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