Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- lsof
- ssh
- plugin
- netsh
- tomcat
- Source
- JavaScript
- context
- find
- Windows 10
- maVen
- web.xml
- vscode
- xargs
- VirtualBox
- resource
- Eclipse
- 단축키
- GIT
- port
- import
- Windows
- grep
- 줄바꿈 문자
- Mac
- profile
- bash
- Quartz
- 네트워크
- IntelliJ
Archives
- Today
- Total
develog
[MySql] SQLException, Column 'COL_NM' not found 본문
에러)
Exception in thread "main" java.sql.SQLException: Column 'COL_NM' not found.
해결)
JDBC 커넥션 맺을때 아래 옵션 추가
useOldAliasMetadataBehavior=true
'DB > MySQL' 카테고리의 다른 글
[MySql] 버전 확인 (0) | 2015.06.08 |
---|---|
[MySql] 날짜검색 (0) | 2014.11.03 |
MySql, SQL Error (1267): Illegal mix of collations (0) | 2014.04.05 |
MySql CharSet 관련 (0) | 2014.04.05 |
iBatis, MySQL insert 후 insert Id 가져오기 (0) | 2013.12.13 |
Comments