TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where speaker = 78

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: episode, roots, studio, 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.
1580 Series 13 13 The 75th question. 112 Hold a meeting with yourselves 628 Ardal O'Hanlon 78 shit Before we go any further, chairman, some gobshite's blocking the Bentley.
1583 Series 13 13 The 75th question. 112 Display your vocal range 630 Ardal O'Hanlon 78 shit Shit! ✓
1606 Series 13 13 The House Queens. 116 The finest family heirloom 647 Ardal O'Hanlon 78 shit Oh, 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 13.889ms