TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 54

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
372 God's haemorrhoid. 75 Johnny Vegas 54 10 3 10 3
377 A documentary about a despot. 76 Johnny Vegas 54 15 5 25 3=
382 Point of swivel. 77 Johnny Vegas 54 17 2 42 3
387 Toshwash. 78 Johnny Vegas 54 17 2 59 2=
392 I hate your trainers. 79 Johnny Vegas 54 15 5 74 3
397 Hippopotamus. 80 Johnny Vegas 54 19 2 93 3
402 Legit glass. 81 Johnny Vegas 54 16 1= 109 2
407 Moments of silence. 82 Johnny Vegas 54 12 2= 121 3
412 Air Horn Andy. 83 Johnny Vegas 54 9 4 130 4
417 Dog meat trifle. 84 Johnny Vegas 54 9 5 139 4

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.897ms