ibatis配置insert语句,其中有字段带空格,我想用这样的方法去空格,但是没有效果,请高人解答 5
<insertid='trimInsert'parameterClass="test">insertintotestTable(str,str2)values(trim(...
<insert id ='trimInsert' parameterClass="test">
insert into testTable (str,str2) values( trim(#testStr#),substr(#testStr#,1,5))
</insert>
使用substr和trim操作在将插入的数据中末尾的空格都不起作用。 展开
insert into testTable (str,str2) values( trim(#testStr#),substr(#testStr#,1,5))
</insert>
使用substr和trim操作在将插入的数据中末尾的空格都不起作用。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询