Help for this page

Select Code to Download


  1. or download this
    "SELECT * FROM tablea WHERE id > ? LIMIT ?,?"
    "SELECT * FROM tablea LIMIT ?,?"
    "SELECT * FROM tablea LIMIT ?,10"
    "SELECT id from tablea LIMIT ?,10"
    "SELECT * from tablea ORDER BY id LIMIT ?,10"