TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 466

✎ 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
1223 Series 10 10 Legit glass. 81 Make the best and longest-lasting marble run 466 Mawaan Rizwan 56 shit It's, like, legit glass, innit? Yeah, shit, okay.
1224 Series 10 10 Legit glass. 81 Make the best and longest-lasting marble run 466 Greg Davies 2 ass/arse
ass/arse
I've been a real arsehole this series. And if I wasn't an arsehole to you, it would look like I favored you... ✓
1225 Series 10 10 Legit glass. 81 Make the best and longest-lasting marble run 466 Greg Davies 2 shit But then Katherine so overshadowed it, I now think the washing machine thing's shit! ✓

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