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

后端 未结 8 797
梦如初夏
梦如初夏 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:22

    I encountered the same thing lately. it was just due to spaces when copying a script from a document to sql developer. I had to remove the spaces and the script ran.

提交回复
热议问题