TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 53

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
146 Series 2 2 A pistachio eclair. 9 See no potato, hear no potato, speak no potato 53 Doc Brown 8 hell What fresh hell is this?
147 Series 2 2 A pistachio eclair. 9 See no potato, hear no potato, speak no potato 53 Josh Widdicombe 4 fuck
hell
Fuckin' hell.
148 Series 2 2 A pistachio eclair. 9 See no potato, hear no potato, speak no potato 53 Joe Wilkinson 9 shit 07... shit, what's my number?
149 Series 2 2 A pistachio eclair. 9 See no potato, hear no potato, speak no potato 53 Doc Brown 8 shit An onion? Shit.
150 Series 2 2 A pistachio eclair. 9 See no potato, hear no potato, speak no potato 53 Doc Brown 8 shit Oh, shit. Osman's got longer legs.

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 13.268ms