As a general question, how do you do an ORDER BY
based on a column values. I want to show in the following order on a table:
Mpln '3' 1st
Mpln '2' 2nd
Mpln '1' 3rd
-maybe not any Mpln "0"'s but could just as well exlude these
with an If/Else statement on the page.