TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 64

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
427 It's not your fault. 86 Jamali Maddix 64 7 4 7 4
432 The Lure of the Treacle Puppies. 87 Jamali Maddix 64 13 4 20 4
437 Run up a tree to the moon. 88 Jamali Maddix 64 11 4= 31 4
442 Premature conker. 89 Jamali Maddix 64 21 2 52 4
447 Slap and tong. 90 Jamali Maddix 64 15 2 67 4
452 Absolute casserole. 91 Jamali Maddix 64 17 1= 84 3
457 You've got no chutzpah. 92 Jamali Maddix 64 12 3= 96 4
462 An orderly species. 93 Jamali Maddix 64 16 3 112 4
467 Mr Octopus and Pottyhands. 94 Jamali Maddix 64 13 4 125 4
472 Activate Jamali. 95 Jamali Maddix 64 12 4= 137 4

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 9.269ms