TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 137

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
681 A show about pedantry. 137 Frankie Boyle 98 20 2 140 3
682 A show about pedantry. 137 Ivo Graham 99 16 3 119 5
683 A show about pedantry. 137 Jenny Eclair 100 12 5 134 4
684 A show about pedantry. 137 Kiell Smith-Bynoe 101 21 1 149 2
685 A show about pedantry. 137 Mae Martin 102 15 4 156 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 8.297ms