TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 50

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
323 Join our cult. 65 Jo Brand 50 12 4= 12 4=
328 Butter in the microwave. 66 Jo Brand 50 15 3= 27 4
333 Five miles per day. 67 Jo Brand 50 15 5 42 4
338 Quisps. 68 Jo Brand 50 16 2= 58 4
343 Another spoon. 69 Jo Brand 50 19 1 77 4
348 Bready bready bready. 70 Jo Brand 50 16 2 93 3=
353 A cuddle. 71 Jo Brand 50 22 2 115 3
358 Shaqinahat. 72 Jo Brand 50 15 3= 130 3=
363 Don't like them go bang. 73 Jo Brand 50 14 5 144 4
368 Think about the spirit. 74 Jo Brand 50 10 3= 154 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 8.096ms