TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 54

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
266 I can hear it gooping. 54 James Acaster 38 19 1 165 4
267 I can hear it gooping. 54 Jessica Knappett 39 11 5 175 2
268 I can hear it gooping. 54 Kerry Godliman 40 15 2 176 1
269 I can hear it gooping. 54 Phil Wang 41 13 4 133 5
270 I can hear it gooping. 54 Rhod Gilbert 42 14 3 167 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 7.762ms