TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 761

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
1892 Series 15 15 A yardstick for failure. 138 The best Greg Davies merchandise 761 Greg Davies 2 shit "I'm coming to your shit party in six years! I'm gonna do a poo in the carpet." ✓
1893 Series 15 15 A yardstick for failure. 138 The best Greg Davies merchandise 761 Ivo Graham 99 damn Take that, damn pooch! ✓
1894 Series 15 15 A yardstick for failure. 138 The best Greg Davies merchandise 761 Ivo Graham 99 shit I hate this woke 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.637ms