TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 148

✎ 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
355 Series 5 5 Dignity intact. 25 Get Alex to dry land 148 Aisling Bea 23 Christ I mean, don't avert your eyes like you're disgusted. Jesus Christ!
356 Series 5 5 Dignity intact. 25 Get Alex to dry land 148 Aisling Bea 23 shit Well, I didn't shit myself, Sally. ✓
357 Series 5 5 Dignity intact. 25 Get Alex to dry land 148 Bob Mortimer 24 shit Didn't have a shit. ✓

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