blackco / quiz

simple quiz website for home use
0 stars 0 forks source link

When you don't get any answers correct, no results are returned. #2

Open blackco opened 7 years ago

blackco commented 7 years ago

Suggest we build temp table of all players and then update with number of right answers, sorting by leaders

blackco commented 7 years ago

refactoring GetScores() to build temp table of all players and then left join onto the correct scores