TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 703

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1762 Series 14 14 A new business end. 126 Paint a self portrait with a selected brush on a selected canvas 703 Greg Davies 2 fuck And Munya, well, to use an old showbiz term, he's fucked you over big time. ✓
1763 Series 14 14 A new business end. 126 Paint a self portrait with a selected brush on a selected canvas 703 Sarah Millican 92 shit I can paint with a big brush, and if I shit meself, I'm fine.
1764 Series 14 14 A new business end. 126 Paint a self portrait with a selected brush on a selected canvas 703 Greg Davies 2 Christ Jesus Christ! ✓

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