TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 120

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
596 Dafty in the middle. 120 Dara Ó Briain 88 17 2= 64 1
597 Dafty in the middle. 120 Fern Brady 89 14 4 45 4
598 Dafty in the middle. 120 John Kearns 90 20 1 41 5
599 Dafty in the middle. 120 Munya Chawawa 91 11 5 46 3
600 Dafty in the middle. 120 Sarah Millican 92 17 2= 51 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.834ms