TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where task = 271

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
727 Series 7 7 My eyes are circles. 46 Write a ten word story while running 271 Phil Wang 41 dick I also regret saying "oral tradition" while my dick was out. ✓
728 Series 7 7 My eyes are circles. 46 Write a ten word story while running 271 Jessica Knappett 39 shit No, because it had done some bad... 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.275ms