TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 399

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, roots (array)

id ▲ series episode task speaker roots quote studio
1031 Series 9 9 Quisps. 68 Throw objects, but not too far 399 Ed Gamble 49 shit Absolute bullshit. ✓
1032 Series 9 9 Quisps. 68 Throw objects, but not too far 399 Rose Matafeo 52 damn Ughhh, God damn it. ✓
1033 Series 9 9 Quisps. 68 Throw objects, but not too far 399 Greg Davies 2 shit Could not be shitter. ✓

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