TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 403

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1046 Series 9 9 Another spoon. 69 Get to know a person who alternately tells the truth, lies, and brags 403 Gareth the Magician hell I didn't, but I've learned a hell of a lot more in life than I would've ever learned at university.
1047 Series 9 9 Another spoon. 69 Get to know a person who alternately tells the truth, lies, and brags 403 Greg Davies 2 fuck I thought I was gonna come here and someone was gonna ask me if I'd ever been to fucking Penge. ✓
1048 Series 9 9 Another spoon. 69 Get to know a person who alternately tells the truth, lies, and brags 403 Ed Gamble 49 fuck You didn't have a system because you just walked in, didn't give a fuck, and then left again! ✓

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