1.异常报错
com.ibm.db2.jdbc.db2exception:[IBM][CLT Driver][DB2/NT]SQL0401N The data type of the operands for the operation "="are not compatible SQLSTATE=42818
异常原因:
由于插入的数据和db2数据库里的字段类型不匹配
1.异常报错
com.ibm.db2.jdbc.db2exception:[IBM][CLT Driver][DB2/NT]SQL0401N The data type of the operands for the operation "="are not compatible SQLSTATE=42818
异常原因:
由于插入的数据和db2数据库里的字段类型不匹配