TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 359

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
920 Series 8 8 This is Trevor. 61 Find the apples 359 Iain Stirling 43 fuck For fuck's sake!
921 Series 8 8 This is Trevor. 61 Find the apples 359 Iain Stirling 43 fuck Fuck it.
922 Series 8 8 This is Trevor. 61 Find the apples 359 Iain Stirling 43 damn Damn it!
923 Series 8 8 This is Trevor. 61 Find the apples 359 Paul Sinha 46 hell The temptation is to assume that the others will go hell for leather trying to accumulate as many Pink Ladies as possible.

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