为什么我的识别码在我的代码中无效?

时间:2015-10-10 06:04:40

标签: plsql

INSERT INTO Phone_Shipping_Method(Shipping_Method_Id,Name, Reset_Shipping_Date)
VALUES(50295656, 'Ricky Riveras',TO_DATE( '010308', 'MMDDYY'));


INSERT INTO Phone_Shipping_Method(Shipping_Method_Id,Name, Reset_Shipping_Date)
VALUES(4507655, 'Bobby Heenan',TO_DATE( '050998', 'MMDDYY'));


INSERT INTO Phone_Shipping_Method(Shipping_Method_Id,Name, Reset_Shipping_Date)
VALUES(3747547, 'Jim Johnson',TO_DATE( '070969', 'MMDDYY'));


INSERT INTO Phone_Shipping_Method(Shipping_Method_Id,Name, Reset_Shipping_Date)
VALUES(8432525, 'Joshua Trinite',TO_DATE( '070909', 'MMDDYY'));


INSERT INTO Phone_Shipping_Method(Shipping_Method_Id,Name, Reset_Shipping_Date)
VALUES(943252, 'Dusty Rhodes',TO_DATE( '100999', 'MMDDYY'));

我得到的错误:

  

INSERT INTO Phone_Shipping_Method(Shipping_Method_Id,Name,   reset_Shipping_Date)                                                              *

     

第1行的错误:ORA-00904:“RESET_SHIPPING_DATE”:标识符无效

     

INSERT INTO Phone_Shipping_Method(Shipping_Method_Id,Name,   Reset_Shipping_Date)                                                              *

     

第1行的错误:ORA-00904:“RESET_SHIPPING_DATE”:标识符无效

     

INSERT INTO Phone_Shipping_Method(Shipping_Method_Id,Name,   Reset_Shipping_Date)                                                              *

     

第1行的错误:ORA-00904:“RESET_SHIPPING_DATE”:标识符无效

     

INSERT INTO Phone_Shipping_Method(Shipping_Method_Id,Name,   Reset_Shipping_Date)                                                              *

     

第1行的错误:ORA-00904:“RESET_SHIPPING_DATE”:标识符无效

     

INSERT INTO Phone_Shipping_Method(Shipping_Method_Id,Name,   Reset_Shipping_Date)                                                              *

     

第1行的错误:ORA-00904:“RESET_SHIPPING_DATE”:标识符无效

0 个答案:

没有答案