TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 133

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
661 Old Honkfoot. 133 Frankie Boyle 98 13 4 69 4
662 Old Honkfoot. 133 Ivo Graham 99 9 5 63 5
663 Old Honkfoot. 133 Jenny Eclair 100 22 3 88 1
664 Old Honkfoot. 133 Kiell Smith-Bynoe 101 25 2 76 3
665 Old Honkfoot. 133 Mae Martin 102 28 1 87 2

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE episode_scores (
   id         INTEGER PRIMARY KEY,
   episode    INTEGER REFERENCES episodes(id),
   contestant INTEGER REFERENCES people(id),
   score      INTEGER,
   rank       TEXT,
   series     INTEGER,
   srank      TEXT
);
Powered by Datasette · Queries took 6.915ms