I am using three columns while sorting the table using an order by
clause. First column is sorted by ascending order and other two columns are sorted by descending order. In my case all three columns have to sort by ascending order.
Can you please give me solution for this?