View Single Post
  #3 (permalink)  
Old 10-13-2006, 12:03 AM
manithan
 
Posts: n/a
Default MS SQL answer. Re: how to find third highest record from table?

[sql]Select top 3 columnname from tablename
order by callsanswered DESC[/sql]
Reply With Quote