TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 57

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
375 God's haemorrhoid. 75 Richard Herring 57 12 1 12 1
380 A documentary about a despot. 76 Richard Herring 57 19 1= 31 1
385 Point of swivel. 77 Richard Herring 57 15 3 46 2
390 Toshwash. 78 Richard Herring 57 13 4= 59 2=
395 I hate your trainers. 79 Richard Herring 57 26 1 85 2
400 Hippopotamus. 80 Richard Herring 57 12 4 97 2
405 Legit glass. 81 Richard Herring 57 9 5 106 3=
410 Moments of silence. 82 Richard Herring 57 18 1 124 1
415 Air Horn Andy. 83 Richard Herring 57 21 1 145 1
420 Dog meat trifle. 84 Richard Herring 57 17 1= 162 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.801ms