CAST('011' AS INT) will no longer use decode the value as an octal number (using…
CAST('011' AS INT) will no longer use decode the value as an octal number (using Integer.decode) but now use Integer.parseInt. The same logic applied to byte, short, and long.
正在显示
请
注册
或者
登录
后发表评论