TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 251

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
681 Series 6 6 What kind of pictures? 42 Make a join-the-dots image using stiletto heels 251 Greg Davies 2 shit That sort of bullshit's gonna work on Carol, not on me, mate. ✓
682 Series 6 6 What kind of pictures? 42 Make a join-the-dots image using stiletto heels 251 Liza Tarbuck 35 cock The first cock and balls recorded is in that place that got covered with... Pompeii. ✓
683 Series 6 6 What kind of pictures? 42 Make a join-the-dots image using stiletto heels 251 Greg Davies 2 cock It's easy to forget that, um, you've just drawn a cock and balls. ✓
684 Series 6 6 What kind of pictures? 42 Make a join-the-dots image using stiletto heels 251 Greg Davies 2 cock I'm gonna put the cock and balls in second place with four points. ✓

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