TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 26

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
126 The leprechaun or the lesbian. 26 Aisling Bea 23 17 4 30 5
127 The leprechaun or the lesbian. 26 Bob Mortimer 24 16 5 34 2=
128 The leprechaun or the lesbian. 26 Mark Watson 25 19 2= 36 1
129 The leprechaun or the lesbian. 26 Nish Kumar 26 19 2= 32 4
130 The leprechaun or the lesbian. 26 Sally Phillips 27 20 1 34 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.933ms