数据库
玉面小白熊
这个作者很懒,什么都没留下…
展开
-
SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase]
程序执行一个update语句:update table1 set BATCH_ID = BATCH_ID+1 where ID='ID2018112900000046';报错:SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase]找原因发现ba...原创 2018-11-30 11:42:15 · 796 阅读 · 0 评论 -
mybatis在update数据时报错Try setting a different JdbcType for this parameter or a different jdbcTypeForNul
mybatis执行update语句:<update id="updateBatchId" parameterType="java.util.HashMap"> update TABLE1 set BATCHID = #{batch_id} where BUSINESS_NO = #{commit_id...原创 2018-11-30 11:55:26 · 32468 阅读 · 2 评论