TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where task = 565

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1460 Series 12 12 Croissants is croissants. 100 Prevent Alex from scoring a goal 565 Guz Khan 70 shit Should I tell you how I knew he was gonna do it? 'Cause of them shit-flickers, that's what. ✓
1461 Series 12 12 Croissants is croissants. 100 Prevent Alex from scoring a goal 565 Guz Khan 70 shit Never seen him aggressive in his life, and then he blasted that door. I shit myself when I was sat there. ✓

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