TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 817

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, quote, studio, roots (array)

id ▲ series episode task speaker roots quote studio
2035 Series 16 16 Always forks and marbles. 148 Demonstrate the most effective high-intensity four-part exercise routine 817 Sam Campbell 105 Christ May the power of Christ compel you.
2036 Series 16 16 Always forks and marbles. 148 Demonstrate the most effective high-intensity four-part exercise routine 817 Sam Campbell 105 Christ May the power of Christ compel you.
2037 Series 16 16 Always forks and marbles. 148 Demonstrate the most effective high-intensity four-part exercise routine 817 Alex Horne 1 Christ May the power of Christ compel you.
2038 Series 16 16 Always forks and marbles. 148 Demonstrate the most effective high-intensity four-part exercise routine 817 Sam Campbell 105 Christ May the power of Christ compel you.
2039 Series 16 16 Always forks and marbles. 148 Demonstrate the most effective high-intensity four-part exercise routine 817 Alex Horne 1 Christ May the power of Christ compel you.
2040 Series 16 16 Always forks and marbles. 148 Demonstrate the most effective high-intensity four-part exercise routine 817 Julian Clary 103 cunt "Punch the Cunt". ✓

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