Connecting Tech Pros Worldwide Help | Site Map

Needed SQL

Newbie
 
Join Date: Oct 2007
Posts: 1
#1: Oct 16 '07
Suppose i have a employee table i need to pick up the persons with top 3 salaries.what query i should give?
Newbie
 
Join Date: Nov 2007
Location: Laren, Netherlands
Posts: 6
#2: Nov 2 '07

re: Needed SQL


Sort rows descending on salary and add the 'Fetch first 3 rows only' clause
Reply