TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 604

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1532 Series 13 13 Birdy hand finger. 108 Tie a ribbon round the maypole or hit it with a ping pong ball 604 Bridget Christie 79 twat Oh, my god, you absolute twat face.
1533 Series 13 13 Birdy hand finger. 108 Tie a ribbon round the maypole or hit it with a ping pong ball 604 Judi Love 81 shit Ooh, shit.
1534 Series 13 13 Birdy hand finger. 108 Tie a ribbon round the maypole or hit it with a ping pong ball 604 Greg Davies 2 shit It would've been less of a shit show, would it? ✓

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