kmdngmn.log
로그인
kmdngmn.log
로그인
[Oracle] NVL, NVL2
동민
·
2021년 5월 12일
팔로우
0
oracle
0
SELECT
NVL
(
data
,
trans
)
.
.
.
data
가 null 이면
trans
출력
SELECT
NVL2
(
data
,
trans1
,
trans2
)
.
.
.
data
가 null이 아니면
trans1
, null이면
trans2
출력
동민
BE Developer
팔로우
이전 포스트
[Oracle] DB 튜닝, Join, 옵티마이져 Hint 힌트
다음 포스트
[Oracle] NVL, NVL2
0개의 댓글
댓글 작성