TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 48

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

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

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