TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 106

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
694 The natural friends. 139 Sue Perkins 106 13 4= 13 4=
699 Hell is here. 140 Sue Perkins 106 19 1= 32 4
704 Languidly. 141 Sue Perkins 106 10 4 42 3
709 Dynamite chicks. 142 Sue Perkins 106 18 1= 60 3
714 Skateboard Division. 143 Sue Perkins 106 12 4 72 3
719 Brother Alex. 144 Sue Perkins 106 17 3= 89 3
724 I'm off to find a robin. 145 Sue Perkins 106 6 5 95 4
729 Never packed a boot. 146 Sue Perkins 106 11 4 106 4=
734 Fagin at the disco. 147 Sue Perkins 106 20 1 126 3
739 Always forks and marbles. 148 Sue Perkins 106 11 5 137 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 7.882ms