TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where task = 508

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1315 Series 11 11 Premature conker. 89 Get the sheet of loo roll as far away as possible 508 Jamali Maddix 64 shit Being in that house for so long, you kind of just wanna start ripping shit off the walls. ✓
1316 Series 11 11 Premature conker. 89 Get the sheet of loo roll as far away as possible 508 Sarah Kendall 67 fuck Oh, fuck! No! No, no. Did that just touch?

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