TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 540

✎ 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
1386 Series 11 11 Activate Jamali. 95 Direct a teammate into the red circle 540 Greg Davies 2 bollock Even in victory, your teammate gets a bollocking. ✓
1387 Series 11 11 Activate Jamali. 95 Direct a teammate into the red circle 540 Greg Davies 2 fuck The fuck?! ✓
1388 Series 11 11 Activate Jamali. 95 Direct a teammate into the red circle 540 Charlotte Ritchie 63 hell This is hell!
1389 Series 11 11 Activate Jamali. 95 Direct a teammate into the red circle 540 Jamali Maddix 64 shit They're like stinging nettles and shit.
1390 Series 11 11 Activate Jamali. 95 Direct a teammate into the red circle 540 Greg Davies 2 fuck You wouldn't have "activated Jamali" at all if he hadn't said "What the fuck am I doing?" ✓

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