TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 285

✎ 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
767 Series 7 7 OLLIE. 48 Make the scales read exactly 31.770kg 285 Phil Wang 41 shit Oh, shit!
768 Series 7 7 OLLIE. 48 Make the scales read exactly 31.770kg 285 Phil Wang 41 damn Hot damn! We're in business.
769 Series 7 7 OLLIE. 48 Make the scales read exactly 31.770kg 285 Kerry Godliman 40 shit Oh! Oh! Not so shit, then. ✓

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 84.619ms