TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 104

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
692 The natural friends. 139 Lucy Beaumont 104 13 4= 13 4=
697 Hell is here. 140 Lucy Beaumont 104 10 5 23 5
702 Languidly. 141 Lucy Beaumont 104 17 3 40 4
707 Dynamite chicks. 142 Lucy Beaumont 104 18 1= 58 4
712 Skateboard Division. 143 Lucy Beaumont 104 7 5 65 4
717 Brother Alex. 144 Lucy Beaumont 104 20 1 85 4
722 I'm off to find a robin. 145 Lucy Beaumont 104 14 1= 99 3
727 Never packed a boot. 146 Lucy Beaumont 104 7 5 106 4=
732 Fagin at the disco. 147 Lucy Beaumont 104 9 5 115 5
737 Always forks and marbles. 148 Lucy Beaumont 104 14 4 129 5

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 4881.4ms