TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where task = 700

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1754 Series 14 14 A new business end. 126 Snort, raspberry, whistle 700 Sarah Millican 92 piss Is this longer than a minute? Oh, I thought you were taking the piss.
1755 Series 14 14 A new business end. 126 Snort, raspberry, whistle 700 Greg Davies 2 fuck This is what I wrote down: "Dara looks like he's gonna turn his head inside-out, but the speed of the fucker!" ✓

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