TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 422

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1103 Series 9 9 Don't like them go bang. 73 Inflate, tie, and pop the most balloons 422 David Baddiel 48 fuck Oh, for fuck's sake!
1104 Series 9 9 Don't like them go bang. 73 Inflate, tie, and pop the most balloons 422 Jo Brand 50 fuck Why won't my earring work? Oh, fuck it.
1105 Series 9 9 Don't like them go bang. 73 Inflate, tie, and pop the most balloons 422 Jo Brand 50 fuck Fuck off! ✓
1106 Series 9 9 Don't like them go bang. 73 Inflate, tie, and pop the most balloons 422 Ed Gamble 49 fuck Yeah, fuck 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 12.389ms