Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NVL(SUM(order_amt),0) or SUM(nvl(order_amt, 0)) or

666354Nov 20 2008 — edited Nov 20 2008
NVL(SUM(order_amt),0)

OR

SUM(nvl(order_amt, 0))


OR

Does it matter?
This post has been answered by 181444 on Nov 20 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 18 2008
Added on Nov 20 2008
6 comments
1,594 views