TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 518

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1336 Series 11 11 Absolute casserole. 91 Vandalise a wall creatively 518 Jamali Maddix 64 fuck Is it cool if I just start fuckin' it up?
1337 Series 11 11 Absolute casserole. 91 Vandalise a wall creatively 518 Jamali Maddix 64 dick Yeah, it hit me in the dick.
1338 Series 11 11 Absolute casserole. 91 Vandalise a wall creatively 518 Greg Davies 2 fuck And is this your sloag? "Is it OK for me to start fucking it up?" ✓

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