TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 91

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
253 Series 3 3 The F.I.P. 16 Play charades across a river 91 Rob Beckett 16 fuck
fuck
Fucking fuck off, plane!
254 Series 3 3 The F.I.P. 16 Play charades across a river 91 Rob Beckett 16 fuck How am I supposed to do this with a fucking plane?
255 Series 3 3 The F.I.P. 16 Play charades across a river 91 Rob Beckett 16 fuck Oh, thank fuck for that.
256 Series 3 3 The F.I.P. 16 Play charades across a river 91 Rob Beckett 16 fuck I was like, "Fuck's sake!" Dah-dah-dah! ✓

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