<select id="xxx" > select * from xxx <dynamic prepend = "limit " > <isNotEqual property="num" compareValue="0" > 0,#num# </isNotEqual> </dynamic> </select>
或者
<select id="xxx"> select * from xxx <dynamic prepend="limit"> <isNotNull property="rowStart"> <isNotNull property="pageSize"> #rowStart#, #pageSize# </isNotNull> </isNotNull> </dynamic> </select>
ibatis配置mysql的limit,布布扣,bubuko.com
时间: 2024-10-12 21:12:38