TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 105

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
693 The natural friends. 139 Sam Campbell 105 21 1 21 1
698 Hell is here. 140 Sam Campbell 105 12 4 33 2=
703 Languidly. 141 Sam Campbell 105 24 1 57 1
708 Dynamite chicks. 142 Sam Campbell 105 17 3= 74 1
713 Skateboard Division. 143 Sam Campbell 105 14 2 88 1
718 Brother Alex. 144 Sam Campbell 105 18 2 106 1
723 I'm off to find a robin. 145 Sam Campbell 105 14 1= 120 1
728 Never packed a boot. 146 Sam Campbell 105 15 2= 135 1
733 Fagin at the disco. 147 Sam Campbell 105 10 4 145 1
738 Always forks and marbles. 148 Sam Campbell 105 16 2= 161 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.71ms