TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 515

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1329 Series 11 11 Absolute casserole. 91 The most annoying thing 515 Sarah Kendall 67 shit Yeah, it's a piece of shit. ✓
1330 Series 11 11 Absolute casserole. 91 The most annoying thing 515 Greg Davies 2 shit
shit
I couldn't give a shit. I couldn't give a shit. ✓
1331 Series 11 11 Absolute casserole. 91 The most annoying thing 515 Jamali Maddix 64 piss He's like, "Oh, look, yeah, I'm a lion", and he was blue. And it really pissed me off. ✓

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