TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where task = 423

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1107 Series 9 9 Don't like them go bang. 73 Make a famous couple using knees and/or elbows 423 Ed Gamble 49 fuck I'll tell you what would be nice, maybe some tissues to clean off all the fucking blood off my knees.
1108 Series 9 9 Don't like them go bang. 73 Make a famous couple using knees and/or elbows 423 Greg Davies 2 Christ Jesus Christ. ✓

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