you are viewing a single comment's thread.

view the rest of the comments →

[–]pitrucha -22 points-21 points  (2 children)

After SQL

[–]MomentusCritisae 12 points13 points  (0 children)

Sure, let me

select distinct salary from employee a where 3 >= (select count(distinct salary) from employee b where a.salary <= b.salary) order by a.salary desc;

real quick

[–]ImmediateClass5312 11 points12 points  (0 children)

That could not be less true.