TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 529

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, roots (array)

id ▲ series episode task speaker roots quote studio
1354 Series 11 11 An orderly species. 93 Draw the best picture of a British animal 529 Lee Mack 65 piss We're still pissing in the dark, aren't we, here?
1355 Series 11 11 An orderly species. 93 Draw the best picture of a British animal 529 Alex Horne 1 piss Yeah, but, even if you're pissing in the dark, you know roughly where to aim.
1356 Series 11 11 An orderly species. 93 Draw the best picture of a British animal 529 Jamali Maddix 64 fuck Yeah, I fucked that up.

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