TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 142

✎ 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
339 Series 4 4 Tony Three Pies. 24 Eat your exotic sandwich 142 Joe Lycett 19 fuck
prick
You fucking prick.
340 Series 4 4 Tony Three Pies. 24 Eat your exotic sandwich 142 Joe Lycett 19 fuck Fucking horrible. ✓
341 Series 4 4 Tony Three Pies. 24 Eat your exotic sandwich 142 Hugh Dennis 18 fuck What fucking Marks & Spencers do you go to? ✓

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