Spring invalid character Error
·
개발중/Troubleshooting
mybatis 에서 왜 이런 에러가 떨어질까 ### Error updating database. Cause: java.sql.SQLSyntaxErrorException: ORA-00911: invalid character ### The error may involve board.BoardInsert-Inline ### The error occurred while setting parameters ### SQL: INSERT INTO CONTENT (CONTETNKEY, ID, CONTENT_TITLE, CONTENT_MAIN ) VALUES( "sosobinn1235", "soobinn12" , ?, ? ); ### Cause: java.sql.SQLSyntaxErrorException: ORA-0091..