How can I solve ORA-00911: invalid character error?

后端 未结 8 804
梦如初夏
梦如初夏 2020-12-08 19:47

I tried to execute an SQL INSERT with Toad for oracle:

INSERT INTO GRAT_ACTIVITY
   (UUID, IP_ADRESS, SEND_MAIL, DATE_         


        
8条回答
  •  再見小時候
    2020-12-08 20:19

    I'm using a 3rd party program that executes Oracle SQL and I encountered this error. Prior to a SELECT statement, I had some commented notes that included special characters. Removing the comments resolved the issue.

提交回复
热议问题