DaveyCrockett
Programmer
Hello wizards. I have a question that has been boggling my mind for DAYS now. I have tried just about every scenario that I could in getting the Date and Time inserted into a field in an Oracle table.
Error = ORA-00917: Missing Comma
Insert Statement:
INSERT INTO BOB_PRO_DV(COD_LINE,NUM_BOBI, DIV_BOBI, ANCH_BOBI, ESP_BOBI,TIP_ACE,MON_BOBI, TIP_RECO,COD_GPCE, COD_GPCI,FEC_ULZM,TUR_ULZM,GRU_ULZM,ACB_CE,ACB_CI,INS_,INS_FLGIMP) VALUES '3310','0321M2',' ','48.000','.05750', '120','0809706','F','0','0',TO_DATE('14-Aug-2003 00:00:01','dd-mmm-yyyy hh24:mi:ss'),'2','E','22','22',TO_DATE('21-Aug-2003 15:59:10', 'dd-mmm-yyyy hh24:mi:ss'),'Y')
Does anyone have any idea as to where I could be missing a comma?
Thank you in advance.
Error = ORA-00917: Missing Comma
Insert Statement:
INSERT INTO BOB_PRO_DV(COD_LINE,NUM_BOBI, DIV_BOBI, ANCH_BOBI, ESP_BOBI,TIP_ACE,MON_BOBI, TIP_RECO,COD_GPCE, COD_GPCI,FEC_ULZM,TUR_ULZM,GRU_ULZM,ACB_CE,ACB_CI,INS_,INS_FLGIMP) VALUES '3310','0321M2',' ','48.000','.05750', '120','0809706','F','0','0',TO_DATE('14-Aug-2003 00:00:01','dd-mmm-yyyy hh24:mi:ss'),'2','E','22','22',TO_DATE('21-Aug-2003 15:59:10', 'dd-mmm-yyyy hh24:mi:ss'),'Y')
Does anyone have any idea as to where I could be missing a comma?
Thank you in advance.