【发布时间】:2014-11-05 06:57:15
【问题描述】:
以下是我尝试过的查询,但出现错误。请纠正我。
select to_char(to_date(01-03-2018, 'DD-MM-YYYY'), 'yyyymm') from dual;
遇到异常
ORA-01847: day of month must be between 1 and last day of month
01847. 00000 - "day of month must be between 1 and last day of month"
【问题讨论】: