SyntaxFix
Write A Post
Hire A Developer
Questions
select max(Emp_Sal) from Employee a where 1 = ( select count(*) from Employee b where b.Emp_Sal > a.Emp_Sal)
Yes running man.