TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 128

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: quote, roots (array)

id ▲ series episode task speaker roots quote studio
322 Series 4 4 Spatchcock it. 22 Hide the giant beach ball 128 Mel Giedroyc 21 bollock Oh, bollocks.
323 Series 4 4 Spatchcock it. 22 Hide the giant beach ball 128 Mel Giedroyc 21 bollock Oh, bollocks!
324 Series 4 4 Spatchcock it. 22 Hide the giant beach ball 128 Mel Giedroyc 21 bollock Oh, bollocks!
325 Series 4 4 Spatchcock it. 22 Hide the giant beach ball 128 Mel Giedroyc 21 bollock Bollocks. This is horrendous!

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