hql equivalent query to this sql query
        Posted  
        
            by sateesh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sateesh
        
        
        
        Published on 2010-03-08T12:10:32Z
        Indexed on 
            2010/03/08
            12:21 UTC
        
        
        Read the original article
        Hit count: 904
        
Select top 1 from <tablename>
what is hql query for the above ?
© Stack Overflow or respective owner