Dear Friend,
I want to fetch max top three salary from our emp table which having different different sal.For example
name sal
john 4000
fred 3000
joseph 4500
xyz 4300
abc 6000

Our result should return only abc,joseph and xyz
So please tell me how to write query for this
Thanks
Imtiaz