- ORA-01476: 제수가 0 입니다.
- 분모가 0이여서 발생.
분모에는 0이 올 수가 없다.
- 쿼리를 작성하다가 분모 값이 0이 온다면 CASE~WHEN~THEN 구문 및 NVL(), COALECE()를 이용하여 해결하자.
'Study > Oracle' 카테고리의 다른 글
[Oracle-Error] ORA-00001:”unique constraint violated” (0) | 2023.05.02 |
---|---|
[Oracle-Error] ORA-00903:”invalid table name” (0) | 2023.05.02 |
[Oracle-Error] ORA-00907:”missing right parenthesis” (0) | 2023.05.02 |
[Oracle-Error] ORA-01830:”date format picture ends before converting entire input string” (0) | 2023.05.02 |
[Oracle-Error] ORA-01861:”literal dose not match form” (0) | 2023.05.02 |