Having for example a temporary table TempTable in which I have (among others) 2 columns , Column1 and Column2 as Decimal how can I have it sorted simultaneously by Column1 in ascending order and Column2 in descending order?
↧
Having for example a temporary table TempTable in which I have (among others) 2 columns , Column1 and Column2 as Decimal how can I have it sorted simultaneously by Column1 in ascending order and Column2 in descending order?