TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

8 rows where contestant = 19

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
82 A fat bald white man. 17 Joe Lycett 19 17 2 17 2
87 Look at me. 18 Joe Lycett 19 13 5 30 4=
92 Hollowing out a baguette. 19 Joe Lycett 19 19 1= 49 2
97 Friendship is truth. 20 Joe Lycett 19 19 3 68 2
102 Meat. 21 Joe Lycett 19 18 3 86 2
107 Spatchcock it. 22 Joe Lycett 19 14 4 100 2=
112 No stars for naughty boys. 23 Joe Lycett 19 20 1= 120 2
117 Tony Three Pies. 24 Joe Lycett 19 16 3 136 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 18.483ms