TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where speaker = 86

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1621 CoC II -4 The Alpine Darling. 117 Feed yourself a grape in the most elaborate way 654 Lou Sanders 86 fuck It's a fucking angel cherub. ✓
1628 CoC II -4 The Alpine Darling. 117 Create a wonderful seaside photo cut-out board 655 Lou Sanders 86 fuck Thank you. There is, there fucking is, Kerry. ✓

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