概述
sql语句choose/when/otherwise使用注意
1.test中的key不能使用特殊字符 - 或者 +
2.test中的判断仅对!= null有效,不能使用==对字符串判断
3.示例:
<choose>
<when test='sortIdOrder != null'>
order by sort_id desc
</when>
<otherwise>
order by create_time desc
</otherwise>
</choose>
最后
以上就是调皮手套为你收集整理的sql语句choose/when/otherwise使用注意的全部内容,希望文章能够帮你解决sql语句choose/when/otherwise使用注意所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复