TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 559

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1442 Series 12 12 The customised inhaler. 99 Spread jam on toast in a really cool way 559 Guz Khan 70 dick And then when my colleagues came in, the kids would be like, "You're a dickhead!" ✓
1443 Series 12 12 The customised inhaler. 99 Spread jam on toast in a really cool way 559 Guz Khan 70 dick So I was like, "Yeah, I'm like the coolest up there and everyone else is a dickhead." ✓
1444 Series 12 12 The customised inhaler. 99 Spread jam on toast in a really cool way 559 Guz Khan 70 shit You see how I did that? Flicked it... ow, shit! That's not so cool but I burnt myself for real.

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