TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 78

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
531 The noise that blue makes. 107 Ardal O'Hanlon 78 10 4= 10 4=
536 Birdy hand finger. 108 Ardal O'Hanlon 78 15 3 25 4
541 I think I've got this. 109 Ardal O'Hanlon 78 11 5 36 5
546 Shoe Who. 110 Ardal O'Hanlon 78 17 1= 53 5
551 Having a little chuckle. 111 Ardal O'Hanlon 78 21 1 74 4
556 The 75th question. 112 Ardal O'Hanlon 78 12 3 86 4
561 Heg. 113 Ardal O'Hanlon 78 20 3 106 4
566 You tuper super. 114 Ardal O'Hanlon 78 18 3 124 4
571 It might be wind. 115 Ardal O'Hanlon 78 14 3 138 4
576 The House Queens. 116 Ardal O'Hanlon 78 15 4 153 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.416ms