episode_scores
5 rows where episode = 48
This data as json, CSV (advanced)
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
236 | OLLIE. 48 | James Acaster 38 | 17 | 1= | 62 | 4 |
237 | OLLIE. 48 | Jessica Knappett 39 | 16 | 3= | 68 | 2 |
238 | OLLIE. 48 | Kerry Godliman 40 | 16 | 3= | 76 | 1 |
239 | OLLIE. 48 | Phil Wang 41 | 12 | 5 | 59 | 5 |
240 | OLLIE. 48 | Rhod Gilbert 42 | 17 | 1= | 67 | 3 |
Advanced export
JSON shape: default, array, newline-delimited, object
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 );