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: 112

Filed under:

I want to select the records from the table starting from 3rd row. How this can achieved with LIMIT?

© Stack Overflow or respective owner

Related posts about mysql