TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 738

✎ 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
1848 Series 15 15 Old Honkfoot. 133 Musical Simon Says 738 Frankie Boyle 98 fuck And what the fuck is that?
1849 Series 15 15 Old Honkfoot. 133 Musical Simon Says 738 Frankie Boyle 98 fuck What was the fucking last one?
1850 Series 15 15 Old Honkfoot. 133 Musical Simon Says 738 Kiell Smith-Bynoe 101 shit Shit.
1851 Series 15 15 Old Honkfoot. 133 Musical Simon Says 738 Kiell Smith-Bynoe 101 fuck I'm gonna fucking kick off, Alex. ✓

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