TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 138

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
686 A yardstick for failure. 138 Frankie Boyle 98 10 4 150 4
687 A yardstick for failure. 138 Ivo Graham 99 12 3 131 5
688 A yardstick for failure. 138 Jenny Eclair 100 18 1= 152 3
689 A yardstick for failure. 138 Kiell Smith-Bynoe 101 9 5 158 2
690 A yardstick for failure. 138 Mae Martin 102 18 1= 174 1

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