TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 51

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: rank, srank

id ▲ episode contestant score rank series srank
324 Join our cult. 65 Katy Wix 51 12 4= 12 4=
329 Butter in the microwave. 66 Katy Wix 51 18 2 30 3
334 Five miles per day. 67 Katy Wix 51 23 1 53 1
339 Quisps. 68 Katy Wix 51 11 5 64 3
344 Another spoon. 69 Katy Wix 51 16 3 80 3
349 Bready bready bready. 70 Katy Wix 51 13 4 93 3=
354 A cuddle. 71 Katy Wix 51 24 1 117 2
359 Shaqinahat. 72 Katy Wix 51 15 3= 132 2
364 Don't like them go bang. 73 Katy Wix 51 17 2= 149 2
369 Think about the spirit. 74 Katy Wix 51 9 5 158 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 7.836ms