TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 543

✎ 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
1391 Series 12 12 An imbalance in the poppability. 96 Strike Alex with a ball 543 Morgana Robinson 71 bastard So I've got to find the little bastard.
1392 Series 12 12 An imbalance in the poppability. 96 Strike Alex with a ball 543 Desiree Burch 69 hell Where the hell would a ball‒would probably be in here?
1393 Series 12 12 An imbalance in the poppability. 96 Strike Alex with a ball 543 Desiree Burch 69 hell Okay, where the hell haven't I looked?
1394 Series 12 12 An imbalance in the poppability. 96 Strike Alex with a ball 543 Morgana Robinson 71 fuck I've just seen him, the little fucker, but I don't have a ball!
1395 Series 12 12 An imbalance in the poppability. 96 Strike Alex with a ball 543 Greg Davies 2 fuck I'm gonna give Morgana a bonus point for her attempt, before we even give her a score. You would think it was because you set a trap for Alex, which I really enjoyed and thought, "I'm gonna give her an extra point for that, it's so clever", but it's not. It's 'cause you called Alex a little fucker. ✓

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