TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 429

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots (array)

id ▲ series episode task speaker roots quote studio
1135 Series 9 9 Think about the spirit. 74 Select the shortest breadstick 429 David Baddiel 48 fuck I don't know what the fuck any of that meant. ✓
1136 Series 9 9 Think about the spirit. 74 Select the shortest breadstick 429 David Baddiel 48 bollock Oh, bollocks. ✓
1137 Series 9 9 Think about the spirit. 74 Select the shortest breadstick 429 Katy Wix 51 shit Oh yeah, oh shit! ✓

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