TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 461

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots (array)

id ▲ series episode task speaker roots quote studio
1212 Series 10 10 Hippopotamus. 80 Transfer the water from one barrel to another 461 Daisy May Cooper 53 fuck Oh, fuck!
1213 Series 10 10 Hippopotamus. 80 Transfer the water from one barrel to another 461 Daisy May Cooper 53 fuck
hell
Fuckin' hell.
1214 Series 10 10 Hippopotamus. 80 Transfer the water from one barrel to another 461 Katherine Parkinson 55 bastard Little bastard. There's a hole in the bottom.

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