摘要: 方式一 <insert id="addBatch" parameterType="java.util.List"> BEGIN <foreach collection="list" item="item" index="index" separator=""> insert into test (u 阅读全文
posted @ 2021-03-01 17:59 harara 阅读(3056) 评论(0) 推荐(0)
摘要: TRIM 语法 TRIM([{BOTH | LEADING | TRAILING} [remstr] FROM] str) 序号 函数 函数结果 备注 1 trim(' test ') 'test' 删除字符串前后空格 2 trim(both from ' test ') 'test' 'both' 阅读全文
posted @ 2021-03-01 16:10 harara 阅读(5398) 评论(0) 推荐(0)
摘要: TRIM 语法: TRIM([ { { LEADING | TRAILING | BOTH }[ trim_character ]| trim_character } FROM ] trim_source) 序号 函数 函数结果 备注 1 trim(' test ') 'test' 删除字符串前后空 阅读全文
posted @ 2021-03-01 15:08 harara 阅读(1753) 评论(0) 推荐(0)