TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 237

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio

id ▲ series episode task speaker roots quote studio
627 Series 6 6 We met at mealtimes. 40 Make the best snow globe 237 Liza Tarbuck 35 hell Nobody knows what the hell's going on.
628 Series 6 6 We met at mealtimes. 40 Make the best snow globe 237 Asim Chaudhry 34 shit Oh, shit. It's actually blowing it up!
629 Series 6 6 We met at mealtimes. 40 Make the best snow globe 237 Asim Chaudhry 34 fuck Oh, fuck. It's gone down.
630 Series 6 6 We met at mealtimes. 40 Make the best snow globe 237 Russell Howard 36 damn There must be an Amish bloke out there who has a sex ritual, and I'll be damned if it doesn't look like that. ✓

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