TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

8 rows where contestant = 21

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
84 A fat bald white man. 17 Mel Giedroyc 21 16 3 16 3
89 Look at me. 18 Mel Giedroyc 21 20 1 36 1=
94 Hollowing out a baguette. 19 Mel Giedroyc 21 3 5 39 5
99 Friendship is truth. 20 Mel Giedroyc 21 24 1 63 3
104 Meat. 21 Mel Giedroyc 21 21 1= 84 3
109 Spatchcock it. 22 Mel Giedroyc 21 16 2 100 2=
114 No stars for naughty boys. 23 Mel Giedroyc 21 13 5 113 4
119 Tony Three Pies. 24 Mel Giedroyc 21 21 1 134 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 1194.64ms