TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 103

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
691 The natural friends. 139 Julian Clary 103 19 2 19 2
696 Hell is here. 140 Julian Clary 103 16 3 35 1
701 Languidly. 141 Julian Clary 103 19 2 54 2
706 Dynamite chicks. 142 Julian Clary 103 17 3= 71 2
711 Skateboard Division. 143 Julian Clary 103 15 1 86 2
716 Brother Alex. 144 Julian Clary 103 9 5 95 2
721 I'm off to find a robin. 145 Julian Clary 103 13 3 108 2
726 Never packed a boot. 146 Julian Clary 103 15 2= 123 2
731 Fagin at the disco. 147 Julian Clary 103 15 2 138 2
736 Always forks and marbles. 148 Julian Clary 103 17 1 155 2

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