TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 33

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
161 Wiley giraffe blower. 33 Bob Mortimer 28 11 5 11 5
162 Wiley giraffe blower. 33 Josh Widdicombe 29 19 2= 19 2=
163 Wiley giraffe blower. 33 Katherine Ryan 30 20 1 20 1
164 Wiley giraffe blower. 33 Noel Fielding 31 16 4 16 4
165 Wiley giraffe blower. 33 Rob Beckett 32 19 2= 19 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.595ms