TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

8 rows where contestant = 18

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
81 A fat bald white man. 17 Hugh Dennis 18 13 4= 13 4=
86 Look at me. 18 Hugh Dennis 18 17 4 30 4=
91 Hollowing out a baguette. 19 Hugh Dennis 18 15 3 45 3
96 Friendship is truth. 20 Hugh Dennis 18 17 4 62 4
101 Meat. 21 Hugh Dennis 18 21 1= 83 4
106 Spatchcock it. 22 Hugh Dennis 18 13 5 96 4
111 No stars for naughty boys. 23 Hugh Dennis 18 20 1= 116 3
116 Tony Three Pies. 24 Hugh Dennis 18 13 4= 129 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 10.114ms