在oracle 數據庫中插入 時間類型的值,使用 to_date 函數

insert into emp(emp.empno,emp.ename,emp.job,emp.mgr,emp.hiredate,emp.sal,emp.comm,emp.deptno) values (1,'x','x',2,'1888/1/1',288.9,22.0,20) spa

 

ORA-01861: literal does not match format string orm

 

SQL> insert into emp(emp.empno,emp.ename,emp.job,emp.mgr,emp.hiredate,emp.sal,emp.comm,emp.deptno) values (1,'x','x',2,to_date('1888/01/01','yyyy/mm/dd'),288.9,22.0,20); string

 

  1. row inserted it

相關文章
相關標籤/搜索