TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

3 rows where contestant = 24 and rank = 1

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, srank

id ▲ episode contestant score rank series srank
122 Dignity intact. 25 Bob Mortimer 24 18 1 18 1
132 Phoenix. 27 Bob Mortimer 24 17 1 51 1=
152 Boing boing. 31 Bob Mortimer 24 18 1 122 1

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.346ms