4
Reply

lastName in ASC and Salary in Desc Order in a SQL Table

Bineesh  VP

Bineesh VP

Jun 6 2013 3:04 AM
868
Sir, I have a Table name tbl_Employee

the Colums to this table is emp.Id, lastname,firstName,middleName,jobId,managerId,hireDate, salary,commission,departmentId

I want to display all details in ASC  order according to lastName and Salary in DESC order.

Is this possible?. if yes, send me the code.

Answers (4)