TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 697

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: studio, roots (array)

id ▲ series episode task speaker roots quote studio
1748 Series 14 14 The one that bats do. 125 Find the back of your hand 697 Dara Ó Briain 88 Christ Oh, Jesus Christ.
1749 Series 14 14 The one that bats do. 125 Find the back of your hand 697 John Kearns 90 piss It's around here. You started... pissing yourself around here.
1750 Series 14 14 The one that bats do. 125 Find the back of your hand 697 Greg Davies 2 fuck And that affected your system here of looking for your hands when you had your own fucking hands in front of you? ✓
1751 Series 14 14 The one that bats do. 125 Find the back of your hand 697 Munya Chawawa 91 hell What in the hell?

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