TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 75

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
371 God's haemorrhoid. 75 Daisy May Cooper 53 11 2 11 2
372 God's haemorrhoid. 75 Johnny Vegas 54 10 3 10 3
373 God's haemorrhoid. 75 Katherine Parkinson 55 6 5 6 5
374 God's haemorrhoid. 75 Mawaan Rizwan 56 8 4 8 4
375 God's haemorrhoid. 75 Richard Herring 57 12 1 12 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 6.352ms