INSERT ALL
into instructor values (
835, 'SPARKS', 4000 , 200, 978, '16-12-1984')
into instructor values (
978, 'STEEL', 5000 , 250, 222, '16-01-1980')
,它是:甲骨文插入多個值顯示錯誤消息
INSERT ALL
into instructor values (
835, 'SPARKS', 4000 , 200, 978, '16-DEC-1984')
into instructor values (
978, 'STEEL', 5000 , 250, 222, '16-JAN-1980')
表中存在,並正確設置。 錯誤消息顯示ORA-01843:不是有效的月份。 我在哪裏做錯了?
謝謝
檢查這[應答](http://stackoverflow.com/questions/13107900/ora-01843-not-a-valid-month)。可能有幫助。另請[see this](http://www.techonthenet.com/oracle/errors/ora01843.php) – 2013-03-18 12:09:03