TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 424

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
1109 Series 9 9 Don't like them go bang. 73 Communicate pictures by drawing on your team-mate’s back 424 Ed Gamble 49 fuck What the living fuck have you done?! ✓
1110 Series 9 9 Don't like them go bang. 73 Communicate pictures by drawing on your team-mate’s back 424 Ed Gamble 49 prick David, you prick! ✓
1111 Series 9 9 Don't like them go bang. 73 Communicate pictures by drawing on your team-mate’s back 424 Jo Brand 50 fuck Fuck knows. ✓

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