<select >
<![CDATA[
SELECT
MAX(id)
FROM
(
SELECT id
FROM ${tableName} limit #{startIndex},#{limitCount}
) AS tmp
]]>
</select>
相关文章: