Cause: A column name in the order-by list matches more than one select list column.
- SELECT ORDER BY를 하면 발생
- SELECT 하려는 필드가 중복되어있음
- ORDER BY를 할려고 하는데 컬럼이 하나가 아니라 여러개라 발생되는 오류
Action: Remove the duplicate column naming in the select list.
- 중복된 필드를 제거
'Dev Story > dev' 카테고리의 다른 글
[jquery] jQuery Layout Plugin (0) | 2012.05.02 |
---|---|
[oracle] Oracle Lock 확인방법 및 세션 KILL하기 (0) | 2012.04.30 |
[jquery] Selectors - Basic (0) | 2012.04.20 |
[jqeury] combobox(selectbox) (0) | 2012.04.19 |
[Oracle] ORA-01745: 호스트/바인드 변수명이 부적합합니다 (0) | 2012.04.17 |