TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 464

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: studio, roots (array)

id ▲ series episode task speaker roots quote studio
1218 Series 10 10 Legit glass. 81 Move two chickens around a course using a remote-control car and a mobility scooter 464 Daisy May Cooper 53 bugger Come on, little buggers.
1219 Series 10 10 Legit glass. 81 Move two chickens around a course using a remote-control car and a mobility scooter 464 Daisy May Cooper 53 fuck If that's what the future looks like, it can fuck off. ✓
1220 Series 10 10 Legit glass. 81 Move two chickens around a course using a remote-control car and a mobility scooter 464 Daisy May Cooper 53 bollock Ah, bollocks. ✓

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