TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where speaker = 83

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1622 CoC II -4 The Alpine Darling. 117 Feed yourself a grape in the most elaborate way 654 Ed Gamble 83 dick But the only thing from the weapon that Officer Dickhead could find was the stalk of the grape. ✓
1632 CoC II -4 The Alpine Darling. 117 Get the duck into the pond 656 Ed Gamble 83 shit Oh, shit!

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