TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 735

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
1842 Series 15 15 How heavy is the water? 132 Pour your sand into the other bottle 735 Kiell Smith-Bynoe 101 shit I don't wanna get this shit in my trainers. ✓
1843 Series 15 15 How heavy is the water? 132 Pour your sand into the other bottle 735 Alex Horne 1 shit Why would you get shit in your trainers? ✓
1844 Series 15 15 How heavy is the water? 132 Pour your sand into the other bottle 735 Frankie Boyle 98 piss It's like having a really worryingly long piss. ✓
1845 Series 15 15 How heavy is the water? 132 Pour your sand into the other bottle 735 Greg Davies 2 shit Do you know, I thought this was gonna be shit telly but I'm actually quite enjoying it. ✓
1846 Series 15 15 How heavy is the water? 132 Pour your sand into the other bottle 735 Kiell Smith-Bynoe 101 fuck Fuck 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 15.165ms