empty string1 오라클은 빈문자열을 지원하지 않는다. https://stackoverflow.com/questions/26274750/oracle-nvl-with-empty-string Oracle NVL with empty stringI have this table where NULL is the NULL value, not the string NULL: MYCOL -------- NULL example Why does this query not return the NULL row? select * from example_so where nvl(mycol, '') = '';stackoverflow.com 1. where clause에서 nvl(컬럼명, '') '비교값' 을 썼는데 해당 컬럼이 null인 레코드가 안 나온다.응?? 난 null인 것도 .. 2025. 9. 26. 이전 1 다음