暂无图片
Ora_input_emptystr_isnull 对于数值类型空值的影响
我来答
分享
暂无图片 匿名用户
Ora_input_emptystr_isnull 对于数值类型空值的影响

对于integer类型数据,当ora_input_emptystr_isnull=off时,’’ 对于insert 或 select 都会因为类型转换问题报错。

我来答
添加附件
收藏
分享
问题补充
1条回答
默认
最新
李宏达
test=# show ora_input_emptystr_isnull; ora_input_emptystr_isnull --------------------------- on (1 行记录) test=# select length(''),length(null); length | length --------+-------- | (1 行记录) test=# set ora_input_emptystr_isnull to off; SET test=# select length(''),length(null); length | length --------+-------- 0 | (1 行记录) test=#
暂无图片 评论
暂无图片 有用 0
回答交流
提交
问题信息
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~
暂无图片墨值悬赏