TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where task = 584

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1498 Series 12 12 Nothing matters. 104 Have the longest telephone conversation 584 Guz Khan 70 shit
shit
No, it's really urgent shit, brother. That's why, it's really urgent shit.
1499 Series 12 12 Nothing matters. 104 Have the longest telephone conversation 584 Desiree Burch 69 damn Damn, we were so close. We almost had it all, Dave. Fine.

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