TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

8 rows where contestant = 24

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
122 Dignity intact. 25 Bob Mortimer 24 18 1 18 1
127 The leprechaun or the lesbian. 26 Bob Mortimer 24 16 5 34 2=
132 Phoenix. 27 Bob Mortimer 24 17 1 51 1=
137 Residue around the hoof. 28 Bob Mortimer 24 21 3 72 2
142 A wind-dried puffin. 29 Bob Mortimer 24 14 3= 86 2
147 Spoony Neeson. 30 Bob Mortimer 24 18 1= 104 1=
152 Boing boing. 31 Bob Mortimer 24 18 1 122 1
157 Their water's so delicious. 32 Bob Mortimer 24 16 2 138 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.056ms