TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where task = 636

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1591 Series 13 13 Heg. 113 Build the tallest tower of toilet rolls 636 Sophie Duker 82 shit I don't give a shit. ✓
1592 Series 13 13 Heg. 113 Build the tallest tower of toilet rolls 636 Chris Ramsey 80 fuck Oh, now you fuck 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 146.036ms