TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 400

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots (array)

id ▲ series episode task speaker roots quote studio
1034 Series 9 9 Another spoon. 69 The best defunct thing 400 Greg Davies 2 piss Yeah, because I like my sweeties with a thin coating of multiple layers of piss. ✓
1035 Series 9 9 Another spoon. 69 The best defunct thing 400 David Baddiel 48 piss Who's pissing in the pick 'n' mix in your house? ✓
1036 Series 9 9 Another spoon. 69 The best defunct thing 400 Greg Davies 2 piss They did a test, didn't they, on mints. There was 400 types of piss on the mint. ✓
1037 Series 9 9 Another spoon. 69 The best defunct thing 400 Ed Gamble 49 piss I didn't know there were that many types of piss. ✓

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