TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 129

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
641 The curse of politeness. 129 Frankie Boyle 98 12 4 12 4
642 The curse of politeness. 129 Ivo Graham 99 9 5 9 5
643 The curse of politeness. 129 Jenny Eclair 100 16 2 16 2
644 The curse of politeness. 129 Kiell Smith-Bynoe 101 15 3 15 3
645 The curse of politeness. 129 Mae Martin 102 19 1 19 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 7.764ms