One approach to this uses the sign()
function:
order by sign(score) desc, score asc
CLICK HERE to find out more related problems solutions.
One approach to this uses the sign()
function:
order by sign(score) desc, score asc
CLICK HERE to find out more related problems solutions.