TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 576

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, roots (array)

id ▲ series episode task speaker roots quote studio
1481 Series 12 12 The integrity of the product. 102 Direct drawings using limited keywords 576 Guz Khan 70 bastard Huh? Ah, ya bastard. OK. Line. ✓
1482 Series 12 12 The integrity of the product. 102 Direct drawings using limited keywords 576 Guz Khan 70 shit I think Vic was describing Shitty Saj from earlier on in that anecdote. ✓
1483 Series 12 12 The integrity of the product. 102 Direct drawings using limited keywords 576 Guz Khan 70 shit And the thing I remember about Saj when he shit himself on the log flume, he was smiling. ✓

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