Simple question on database query.
        Posted  
        
            by GK
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by GK
        
        
        
        Published on 2010-04-06T05:31:54Z
        Indexed on 
            2010/04/06
            5:33 UTC
        
        
        Read the original article
        Hit count: 189
        
I have been asked in an interview, To write a sql query which fetches the first three records with highest value on some column from a table. i had written a query which fetched all the records with highest value, but didnt get how exactly i can get only first three records of those. could you help me in this. thanks.
© Stack Overflow or respective owner