TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 326

✎ 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
880 Series 8 8 Hello. 55 Sneak up on Alex 326 Sian Gibson 47 shit Oh, I am shit at this!
881 Series 8 8 Hello. 55 Sneak up on Alex 326 Sian Gibson 47 shit Down, up... Oh, shit.
882 Series 8 8 Hello. 55 Sneak up on Alex 326 Joe Thomas 44 hell I don't know what the hell that was. ✓

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