TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 131

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
651 I love to squander promise. 131 Frankie Boyle 98 16 3 44 4
652 I love to squander promise. 131 Ivo Graham 99 21 1 47 3
653 I love to squander promise. 131 Jenny Eclair 100 20 2 51 1
654 I love to squander promise. 131 Kiell Smith-Bynoe 101 9 5 38 5
655 I love to squander promise. 131 Mae Martin 102 14 4 49 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 7.317ms