摘要:
1.ORA-01841: (完整) 年份值必须介于 -4713 和 +9999 之间, 且不为 0 --转换为字符可查出哪笔记录的日期存在问题 select distinct to_char(date_col, 'yyyy') from table_name 2.ORA-06502: PL/SQL: 阅读全文
posted @ 2023-01-06 11:32 Sxcan 阅读(711) 评论(0) 推荐(0)
|
摘要:
1.ORA-01841: (完整) 年份值必须介于 -4713 和 +9999 之间, 且不为 0 --转换为字符可查出哪笔记录的日期存在问题 select distinct to_char(date_col, 'yyyy') from table_name 2.ORA-06502: PL/SQL: 阅读全文
posted @ 2023-01-06 11:32 Sxcan 阅读(711) 评论(0) 推荐(0) |
||