lastName in ASC and Salary in Desc Order in a SQL Table
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.