TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 66

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
429 It's not your fault. 86 Mike Wozniak 66 17 2= 17 2=
434 The Lure of the Treacle Puppies. 87 Mike Wozniak 66 21 1 38 1
439 Run up a tree to the moon. 88 Mike Wozniak 66 13 3 51 2=
444 Premature conker. 89 Mike Wozniak 66 6 5 57 3
449 Slap and tong. 90 Mike Wozniak 66 14 3 71 2
454 Absolute casserole. 91 Mike Wozniak 66 17 1= 88 2
459 You've got no chutzpah. 92 Mike Wozniak 66 14 2 102 3
464 An orderly species. 93 Mike Wozniak 66 17 2 119 3
469 Mr Octopus and Pottyhands. 94 Mike Wozniak 66 18 2 137 2
474 Activate Jamali. 95 Mike Wozniak 66 17 2 154 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 37.648ms