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

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

Comments

Post a Comment

Popular posts from this blog

HOW TO Use the NumericUpDown Control

How to show help text in page on mouse move

Get control name in Page_Load event after post back by any control