4
Answers

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

Bineesh  VP

Bineesh VP

11y
876
1
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)