TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 115

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
571 It might be wind. 115 Ardal O'Hanlon 78 14 3 138 4
572 It might be wind. 115 Bridget Christie 79 7 5 139 3
573 It might be wind. 115 Chris Ramsey 80 19 1 149 2
574 It might be wind. 115 Judi Love 81 17 2 129 5
575 It might be wind. 115 Sophie Duker 82 13 4 151 1

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.247ms