TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 687

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: studio, roots (array)

id ▲ series episode task speaker roots quote studio
1728 Series 14 14 Long-legged lobster. 123 Strike the bullseye with your paint 687 Munya Chawawa 91 hell
shit
What the hell? Alex? Shit. Okay, I need to go back.
1729 Series 14 14 Long-legged lobster. 123 Strike the bullseye with your paint 687 Fern Brady 89 fuck Fuck's sake!
1730 Series 14 14 Long-legged lobster. 123 Strike the bullseye with your paint 687 Sarah Millican 92 bugger Ooh, bugger.
1731 Series 14 14 Long-legged lobster. 123 Strike the bullseye with your paint 687 John Kearns 90 Christ Christ, what was I doing? ✓

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