how to specify only start index in LIMIT in MySQL select query?
        Posted  
        
            by snew
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by snew
        
        
        
        Published on 2010-03-19T14:12:32Z
        Indexed on 
            2010/03/19
            14:21 UTC
        
        
        Read the original article
        Hit count: 163
        
mysql
I want to select the records from the table starting from 3rd row. How this can achieved with LIMIT?
© Stack Overflow or respective owner