oracle实现搜索不区分大小写

在这里插入图片描述

<if test="code != null  and code != ''">and upper(code) like upper('%${code}%') </if>

关键字upper