Mysql – `CASE values1 WHEN values2` compare multiple columns, instead of deeply nested `if(values1 = values2)`
I want to compare system table points against a user's input answer, and give every specific combination a score, and order by that. The 2 columns to compare into a score are po.points and an.answer. Both columns can have a…