0

With my practice both function's are giving same output with same functionality..!

select COALESCE(null,1) from dual; output: 1

select NVL(null,1) from dual; output: 1

srikanth
  • 19
  • 7

0 Answers0