org.springframework.jdbc.BadSqlGrammarException:
### Error querying database. Cause: com.microsoft.sqlserver.jdbc.SQLServerException: '=' 근처의 구문이 잘못되었습니다.
### The error may exist in file [D:\apache-tomcat-7.0.100-HR\webapps\mrhr\WEB-INF\classes\mapper\client\qna_SQL.xml]
### The error may involve qna.detailQna-Inline
### The error occurred while setting parameters
### SQL: select *, (SELECT NAME FROM REC_CODE WITH(NOLOCK) WHERE CODE=CONVERT(VARCHAR, T.WORK_AREA)) AS WORK_AREA_NM from REC_QNA T where T.idx =
### Cause: com.microsoft.sqlserver.jdbc.SQLServerException: '=' 근처의 구문이 잘못되었습니다.
; bad SQL grammar []; nested exception is com.microsoft.sqlserver.jdbc.SQLServerException: '=' 근처의 구문이 잘못되었습니다.