×

Loading...

very simple select * from employee t1 where t1.empsalary > (select avg(empsalary) from employee t2 where t2.depname = t1.depname )

Report

Replies, comments and Discussions: