TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 454

✎ 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
1188 Series 10 10 I hate your trainers. 79 Paint a howling wolf on a rotating teapot 454 Mawaan Rizwan 56 shit Oh, shit, man, I'm so bad at multitasking.
1189 Series 10 10 I hate your trainers. 79 Paint a howling wolf on a rotating teapot 454 Mawaan Rizwan 56 shit Shit, I know more than I thought.
1190 Series 10 10 I hate your trainers. 79 Paint a howling wolf on a rotating teapot 454 Johnny Vegas 54 shit It just looks like that cat that shits in me yard every night.
1191 Series 10 10 I hate your trainers. 79 Paint a howling wolf on a rotating teapot 454 Greg Davies 2 Christ Oh, Jesus Christ. ✓

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