摘要: ORA-01405错误原因,场景 在使用 select into from 语句时 from 子查询查到字段值有为 NULL , into 的时候不能为 NULL 。 可以使用 oracle NVL() 函数将 NULL 替换。 You tried to execute a FETCH, but t 阅读全文
posted @ 2020-12-29 16:57 wyzbky 阅读(675) 评论(0) 推荐(0)