TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 443

✎ 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
1164 Series 10 10 Point of swivel. 77 Make the best upside-down film 443 Greg Davies 2 fuck Imagine Lionel Richie watching this going, "Is that my legacy, walking on the fucking ceiling?" ✓
1165 Series 10 10 Point of swivel. 77 Make the best upside-down film 443 Greg Davies 2 bastard The poor bastards have to Blu-Tack their fruit to a plate! ✓
1166 Series 10 10 Point of swivel. 77 Make the best upside-down film 443 Mawaan Rizwan 56 fuck Why, you selfish motherfucker!
1167 Series 10 10 Point of swivel. 77 Make the best upside-down film 443 Greg Davies 2 shit I know, it's shit! It's worse than yours, I know. ✓

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