TdlM / taskmaster

Menu
  • Make shortlink

profanity

7 rows where speaker = 99

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: episode, task, roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1869 Series 15 15 Schrödinger's egg. 135 Set the parameters for your own task 749 Ivo Graham 99 Christ Christ! The time!
1872 Series 15 15 100% Bosco. 136 The thing you take everywhere with you, but struggle to fit in your bag 751 Ivo Graham 99 damn I've had very few points for LOLs-based prize tasks, so here's some goddamn feeling. ✓
1883 Series 15 15 A show about pedantry. 137 Make these things the same colour 757 Ivo Graham 99 fuck Smaller team, wetter conditions, better outside-the-box thinking... give us some fucking points. ✓
1885 Series 15 15 A show about pedantry. 137 Deliver a one-minute history lecture 758 Ivo Graham 99 shit Dan Jones is a piece of shit. ✓
1893 Series 15 15 A yardstick for failure. 138 The best Greg Davies merchandise 761 Ivo Graham 99 damn Take that, damn pooch! ✓
1894 Series 15 15 A yardstick for failure. 138 The best Greg Davies merchandise 761 Ivo Graham 99 shit I hate this woke shit. ✓
1902 Series 15 15 A yardstick for failure. 138 Perform a lullaby for a profession 764 Ivo Graham 99 fuck ♪ Dog walker, go the fuck to sleep. ♪

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