TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where task = 633

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1585 Series 13 13 Heg. 113 Deliver a cocktail to Greg 633 Sophie Duker 82 shit Shit. Is this a full one?
1586 Series 13 13 Heg. 113 Deliver a cocktail to Greg 633 Greg Davies 2 ass/arse I mean, the obvious highlight is Ardal's arse lid that he created. ✓

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