TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 361

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
925 Series 8 8 This is Trevor. 61 Do something powerful with your little finger 361 Iain Stirling 43 dick Only I, right, only I can donate to charity and make it look... dickish.
926 Series 8 8 This is Trevor. 61 Do something powerful with your little finger 361 Lou Sanders 45 shit You're full of horse shit. ✓
927 Series 8 8 This is Trevor. 61 Do something powerful with your little finger 361 Alex Horne 1 shit Sorry, sorry. Lou's just saying you're full of horse shit. ✓
928 Series 8 8 This is Trevor. 61 Do something powerful with your little finger 361 Greg Davies 2 shit
shit
I don't know if it's shit or good. I don't know if it's shit or good. ✓

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