TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 65

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
428 It's not your fault. 86 Lee Mack 65 17 2= 17 2=
433 The Lure of the Treacle Puppies. 87 Lee Mack 65 16 3 33 3
438 Run up a tree to the moon. 88 Lee Mack 65 18 2 51 2=
443 Premature conker. 89 Lee Mack 65 7 4 58 2
448 Slap and tong. 90 Lee Mack 65 12 4= 70 3
453 Absolute casserole. 91 Lee Mack 65 13 4 83 4
458 You've got no chutzpah. 92 Lee Mack 65 22 1 105 2
463 An orderly species. 93 Lee Mack 65 18 1 123 2
468 Mr Octopus and Pottyhands. 94 Lee Mack 65 9 5 132 3
473 Activate Jamali. 95 Lee Mack 65 19 1 151 3

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