mysql不等于符号

<> 和 !=
一般使用<>,不使用!=

xml中使用时需要这样写:

<select id="queryBySearch" resultType="java.util.HashMap" parameterType="Object">
	select * form table where 1=1
    <if test="condition.name != null">
        and table.name<![CDATA[ <> ]]> ''
    </if>
 </select>

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念