sanjay


{ City } patna
< Country > india
* Profession * sofware developer
User No # 84482
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 12
Users Marked my Answers as Wrong # 0
Questions / { sanjay }
Questions Answers Category Views Company eMail




Answers / { sanjay }

Question { Ramco, 8499 }

how to get the salary in descending order with out using
the keyword desc in sql


Answer

Select * from emp order by ((Select max(salary ) from emp) -
salary)+1

Is This Answer Correct ?    12 Yes 0 No