TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 8

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
20 Series 1 1 The pie whisperer. 2 High-five a 55-year-old 8 Roisin Conaty 5 shit Feels like being Bond, but sort of shittier.
21 Series 1 1 The pie whisperer. 2 High-five a 55-year-old 8 Greg Davies 2 Christ
shit
I mean, Jesus Christ, I thought you'd only stood catatonic with a shit sign for ten minutes. ✓
22 Series 1 1 The pie whisperer. 2 High-five a 55-year-old 8 Greg Davies 2 Christ Jesus Christ! ✓

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