TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 61

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, roots (array)

id ▲ series episode task speaker roots quote studio
185 Series 2 2 There's strength in arches. 11 The best piece of memorabilia 61 Greg Davies 2 shit It looks like a shitty milk-bottle top. ✓
186 Series 2 2 There's strength in arches. 11 The best piece of memorabilia 61 Greg Davies 2 fuck In third place, I'm putting Jon's Roman coin, just 'cause they're worth fuck-all. ✓
187 Series 2 2 There's strength in arches. 11 The best piece of memorabilia 61 Greg Davies 2 fuck If you think that women are more important than Jocky Wilson, you fucking come to me. ✓

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