TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where task = 352

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
910 Series 8 8 Rock 'n' roll umlaut. 60 The best see-through item 352 Greg Davies 2 Christ I don't mind a window. I think that's your strongest effort so far. Jesus Christ! ✓
911 Series 8 8 Rock 'n' roll umlaut. 60 The best see-through item 352 Iain Stirling 43 fuck He brought in a fucking window! ✓

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