Thread: Top 3rd value
View Single Post
  #3 (permalink)  
Old 07-24-2007, 11:03 AM
Unregistered
 
Posts: n/a
Smile ANY answer. Re: Top 3rd value

select top1 from (select distinct top3 from table name order by sal desc)
Reply With Quote