Click here to Skip to main content
15,887,350 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
insert into sms_regis_info values
('C0006','STU012001','JAVA',to_date('30/08/2012','DD/MM/YYYY');


ORA-00917: missing comma
any wrong with the query ,plz help me its very important for me
Posted
Updated 14-Sep-12 3:35am
v2
Comments
Christian Amado 14-Sep-12 9:10am    
How is sms_regis_info structure?

1 solution

I think you missed the closing brace instead.
SQL
insert into sms_regis_info values
('C0006','STU012001','JAVA',to_date('30/08/2012','DD/MM/YYYY'));
 
Share this answer
 
Comments
AmitGajjar 14-Sep-12 9:36am    
Correct, you catch )

5+

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900