TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 39

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
108 Series 2 2 Fear of failure. 7 Place the exercise balls on the yoga mat 39 Joe Wilkinson 9 shit Ah, shit!
109 Series 2 2 Fear of failure. 7 Place the exercise balls on the yoga mat 39 Jon Richardson 10 prick Prick!
110 Series 2 2 Fear of failure. 7 Place the exercise balls on the yoga mat 39 Joe Wilkinson 9 fuck Fucking hate hills.
111 Series 2 2 Fear of failure. 7 Place the exercise balls on the yoga mat 39 Jon Richardson 10 fuck Fuck you, Alex.
112 Series 2 2 Fear of failure. 7 Place the exercise balls on the yoga mat 39 Doc Brown 8 fuck
shit
Fuck! 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 6476.931ms