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

Executing PowerShell scripts from C#

HOW TO Use the NumericUpDown Control

Exposing Agile Software Development Myths