TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 391

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1009 Series 9 9 Five miles per day. 67 Build a robust statue of a delicate thing 391 Rose Matafeo 52 fuck Oh no, it's on the fucking thing.
1010 Series 9 9 Five miles per day. 67 Build a robust statue of a delicate thing 391 Rose Matafeo 52 damn No! I nailed it to the damn table!
1011 Series 9 9 Five miles per day. 67 Build a robust statue of a delicate thing 391 Greg Davies 2 fuck Rose, what the fuck was your thing? ✓

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