业务运行时整数转换错
问题现象
在转换整数时报错如下。
Invalid input syntax for integer: "13."
原因分析
部分数据类型不能转换成目标数据类型。
处理办法
逐步缩小SQL范围确定不能转换的数据类型。
在转换整数时报错如下。
Invalid input syntax for integer: "13."
部分数据类型不能转换成目标数据类型。
逐步缩小SQL范围确定不能转换的数据类型。
本文档遵循知识共享许可协议CC 4.0 (http://creativecommons.org/Licenses/by/4.0/)。