TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 599

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1523 Series 13 13 The noise that blue makes. 107 Find all ten ducks in the lab 599 Ardal O'Hanlon 78 fuck I can see it, okay? They're not ducks. Fucking hens.
1524 Series 13 13 The noise that blue makes. 107 Find all ten ducks in the lab 599 Chris Ramsey 80 damn Turn around. God damn it.
1525 Series 13 13 The noise that blue makes. 107 Find all ten ducks in the lab 599 Judi Love 81 piss What's in it for you is I'm not gonna get pissed off.

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