标签:examples style pre .com 等于 ati span show cdata
http://stackoverflow.com/questions/32042726/what-is-the-proper-syntax-for-the-less-than-equal-operator-in-mybatis-3
I show examples for the Greater Than/Equal Operator and the Less Than/Equal Operators:
ROWNUM >= 20
ROWNUM <= 20
Or, for readability, you can wrap them in CDATA
ROWNUM <![CDATA[ >= ]]> 20
ROWNUM <![CDATA[ <= ]]> 20
标签:examples style pre .com 等于 ati span show cdata
原文地址:http://www.cnblogs.com/he0xff/p/6112332.html