TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where task = 133

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
329 Series 4 4 No stars for naughty boys. 23 The best chair 133 Greg Davies 2 fuck And I was gonna put you in second, but now you've got all fuckin' aggy, you can have third. That's how it works! ✓
330 Series 4 4 No stars for naughty boys. 23 The best chair 133 Joe Lycett 19 fuck Oh, thank fuck for that. ✓

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