TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 53

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
261 The pendulum draws the eye. 53 James Acaster 38 14 3 146 4
262 The pendulum draws the eye. 53 Jessica Knappett 39 18 2 164 1
263 The pendulum draws the eye. 53 Kerry Godliman 40 21 1 161 2
264 The pendulum draws the eye. 53 Phil Wang 41 11 4 120 5
265 The pendulum draws the eye. 53 Rhod Gilbert 42 9 5 153 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 10.388ms