0
OFFSET
不工作偏移不是在MySQL查询工作
SELECT
iContentID,
vTitle,
vContectNo
FROM
`tbl_contact_list`
WHERE
`eStatus` = Active AND `eDeleted` = 0
ORDER BY
`vTitle` ASC OFFSET 0
获得以下错误:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'offset 0' at line 1
phpmyadmin Version information: 4.0.10deb1
database Server version: 5.5.54-0ubuntu0.14.04.1 - (Ubuntu)
PHP version 7