TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 77

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
381 Point of swivel. 77 Daisy May Cooper 53 19 1 48 1
382 Point of swivel. 77 Johnny Vegas 54 17 2 42 3
383 Point of swivel. 77 Katherine Parkinson 55 7 5 32 5
384 Point of swivel. 77 Mawaan Rizwan 56 14 4 38 4
385 Point of swivel. 77 Richard Herring 57 15 3 46 2

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