[参数设置] 日期函数--头疼
大家看看我这个怎么修改后台的参数
SQL> select userenv('language') from dual;
USERENV('LANGUAGE')
----------------------------------------------------
ASSAMESE_AMERICA.AL32UTF8
SQL> select sysdate from dual;
SYSDATE
----------------
12-???????? -13
create table test_date(
CRETEAT_TIME TIMESTAMP(3)
);
SQL> insert into test_date values('26-9月 -13 10.23.00.000 上午');----这样的语句有100多个。
insert into test_date values('26-9月 -13 10.23.00.000 上午')
*
ERROR at line 1:
ORA-01843: not a valid month