반응형 마이바티스2 마이바티스 이용시 insert into select 마이바티스 이용시 insert into select를 하면 "; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00933: SQL 명령어가 올바르게 종료되지 않았습니다" 00933에러를 보게된다. INSERT INTO table_name (test)(select test from test) INSERT INTO table_name (test)(select test from test) insert를 update로 바꿔 주면 된다. by. 조조나리 2017. 5. 21. 마이바티스 대소문자 구분에러 이클립스툴에 뜨는 에러 메시지The content of element type "select" must match "(include|trim|where|set|foreach|choose|if|bind)". 콘솔 로그Caused by: org.apache.ibatis.builder.BuilderException: Error creating document instance. Cause: org.xml.sax.SAXParseException; lineNumber: 36; columnNumber: 63; 요소 유형 "IF"을(를) 선언해야 합니다. AND idx = '1' * IF 대문자를 소문자 if로 변경 AND idx = '1' 2015. 11. 18. 이전 1 다음 반응형