It is always a good idea to post the actual error message.
Code:
select e1.networth
from tb_empire e1, tb_empire e2
group by e1.networth
having e1.networth > avg(e2.networth)
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --