TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 433

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1144 Series 10 10 God's haemorrhoid. 75 Make a large object vanish 433 Greg Davies 2 shit Otherwise it's no points again, this is gonna be the shittest series of all time. ✓
1145 Series 10 10 God's haemorrhoid. 75 Make a large object vanish 433 Greg Davies 2 damn I thought it was pretty damn fine. ✓
1146 Series 10 10 God's haemorrhoid. 75 Make a large object vanish 433 Greg Davies 2 fuck "I've got this white tiger, what should I do?" "Just stick it in the fucking hedge." ✓

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