TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 623

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: studio, roots (array)

id ▲ series episode task speaker roots quote studio
1571 Series 13 13 Having a little chuckle. 111 Answer Alex's phone call 623 Judi Love 81 damn So where's the phone? Where's the damn phone?!
1572 Series 13 13 Having a little chuckle. 111 Answer Alex's phone call 623 Chris Ramsey 80 prick
prick
prick
Get on the stick, you prick! Get on the stick, you prick! You prick, get on the stick!
1573 Series 13 13 Having a little chuckle. 111 Answer Alex's phone call 623 Greg Davies 2 prick I enjoyed, "Get on the stick, you prick." ✓

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