how to select all records from a table at offset 1 in mysql code example Example: mysql limit SELECT * FROM `members` LIMIT 1, 2;