TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 147

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
731 Fagin at the disco. 147 Julian Clary 103 15 2 138 2
732 Fagin at the disco. 147 Lucy Beaumont 104 9 5 115 5
733 Fagin at the disco. 147 Sam Campbell 105 10 4 145 1
734 Fagin at the disco. 147 Sue Perkins 106 20 1 126 3
735 Fagin at the disco. 147 Susan Wokoma 107 14 3 123 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.623ms