TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 763

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots (array)

id ▲ series episode task speaker roots quote studio
1898 Series 15 15 A yardstick for failure. 138 Do what Alex does 763 Mae Martin 102 Christ Oh, Christ.
1899 Series 15 15 A yardstick for failure. 138 Do what Alex does 763 Jenny Eclair 100 fuck
fuck
I've done the fucking sum wrong. I've done the fucking sum wrong, haven't I?
1900 Series 15 15 A yardstick for failure. 138 Do what Alex does 763 Jenny Eclair 100 fuck You fucking weird freak.

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