TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

6 rows where contestant = 4

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
2 Melon buffet. 1 Josh Widdicombe 4 13 4 13 4
7 The pie whisperer. 2 Josh Widdicombe 4 16 3 29 3
12 The poet and the egg. 3 Josh Widdicombe 4 22 1= 51 2=
17 Down an octave. 4 Josh Widdicombe 4 16 1 67 1
22 Little denim shorts. 5 Josh Widdicombe 4 18 2 85 1
27 The last supper. 6 Josh Widdicombe 4 9 4 94 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 8.322ms