TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 44

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: studio, roots (array)

id ▲ series episode task speaker roots quote studio
126 Series 2 2 Pork is a sausage. 8 Quickly eat an egg 44 Jon Richardson 10 shit Oh, shit.
127 Series 2 2 Pork is a sausage. 8 Quickly eat an egg 44 Jon Richardson 10 fuck Motherfucker!
128 Series 2 2 Pork is a sausage. 8 Quickly eat an egg 44 Jon Richardson 10 whore I'm not gonna hoover it off the table like some egg-hungry whore. ✓

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