TdlM / taskmaster

Menu
  • Make shortlink

profanity

7 rows where series = "-3"

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode task speaker roots quote studio
1512 NYT 2022 -3 Basic recipe 28. 106 Turn a ball into a competitor's head 597 Greg Davies 2 shit I'll give Sayeeda two points for her shit tree. ✓
1513 NYT 2022 -3 Basic recipe 28. 106 Turn a ball into a competitor's head 597 Adrian Chiles 73 dick Ooh, "Basic recipe 28, plain pudding mixture." That's what you like, no dicking around.
1514 NYT 2022 -3 Basic recipe 28. 106 Turn a ball into a competitor's head 597 Greg Davies 2 Christ Jesus Christ, the woman's mad. ✓
1515 NYT 2022 -3 Basic recipe 28. 106 Turn a ball into a competitor's head 597 Adrian Chiles 73 bastard I've just drunk all the bastard vinegar.
1516 NYT 2022 -3 Basic recipe 28. 106 Turn a ball into a competitor's head 597 Alex Horne 1 bastard Adrian drank all the bastard vinegar at nine minutes, five seconds. ✓
1517 NYT 2022 -3 Basic recipe 28. 106 Turn a ball into a competitor's head 597 Adrian Chiles 73 hell Ooh, bloody hell.
1518 NYT 2022 -3 Basic recipe 28. 106 Turn a ball into a competitor's head 597 Greg Davies 2 Christ Oh, Christ, OK. ✓

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