TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 627

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: studio

id ▲ series episode task speaker roots quote studio
1576 Series 13 13 The 75th question. 112 Record a high number on a pedometer 627 Judi Love 81 shit Oh, shit.
1577 Series 13 13 The 75th question. 112 Record a high number on a pedometer 627 Judi Love 81 fuck Fuck...
1578 Series 13 13 The 75th question. 112 Record a high number on a pedometer 627 Judi Love 81 piss I am so pissed off. ✓

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