TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 695

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1745 Series 14 14 The one that bats do. 125 Communicate an instruction in a secret language 695 Sarah Millican 92 Christ Jesus Christ! We've done it!
1746 Series 14 14 The one that bats do. 125 Communicate an instruction in a secret language 695 Dara Ó Briain 88 Christ Christ almighty!
1747 Series 14 14 The one that bats do. 125 Communicate an instruction in a secret language 695 Greg Davies 2 prick You wouldn't take some prick with a blow-up walking stick. ✓

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