TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where task = 436

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1150 Series 10 10 A documentary about a despot. 76 The best thing with loads of holes in it 436 Greg Davies 2 Christ Oh, Jesus Christ. These are some of the worst ever. ✓
1151 Series 10 10 A documentary about a despot. 76 The best thing with loads of holes in it 436 Greg Davies 2 fuck Oh, for fuck's sake. ✓

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 12.853ms