본문 바로가기

Errors

ORA-01747: invalid user.table.column, table.column, or column specification

### Error updating database.  Cause: java.sql.SQLSyntaxErrorException: ORA-01747: invalid user.table.column, table.column, or column specification

### The error may exist in /mappers/account-mapper.xml
### The error may involve accountMapper.updateAccount-Inline
### The error occurred while setting parameters
### SQL: update    account_book  set    create_date = ?,     account_category = ?,    goods = ?,      amount = ?,    account_content = ?,  where    account_no  = ?
### Cause: java.sql.SQLSyntaxErrorException: ORA-01747: invalid user.table.column, table.column, or column specification

; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-01747: invalid user.table.column, table.column, or column specification
]을(를) 발생시켰습니다.
java.sql.SQLSyntaxErrorException: ORA-01747: invalid user.table.column, table.column, or column specification

 

아무리 봐도 오타가 없는 것 같았는데

잇었다........

따흑

없어야할 콤마가 있었음 

 

콤마 제거 후 에러해결