Understanding mysterious Oracle JDBC errors - ORA-00911: invalid character

后端 未结 3 1059
忘了有多久
忘了有多久 2020-12-09 15:50

I am making Java 1.6-JDBC-Oracle 11 code. I created a table called employee with id,name and age. I am getting the error - ORA-00911: invalid character. How can I fix this ?

3条回答
提交回复
热议问题