TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where speaker = 103

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1935 Series 16 16 Languidly. 141 Choose a new nickname 781 Julian Clary 103 fuck "Fuck Pig", I used to be called.
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 11.883ms