오라클의 NVL(A,B) 함수는 A 가 NULL 이면 B 를 반환합니다. PostgreSQL 은 COALESCE 함수를 사용합니다. scott@[local]:5432 scottdb#SQL> SELECT ...
確定! 回上一頁