Join Slack
Powered by
NVL2 lets you determine the value returned by a qu...
# suiteanalytics
k
KevinJ of Kansas
04/23/2019, 11:03 PM
NVL2 lets you determine the value returned by a query based on whether a specified expression is null or not null. If expr1 is not null, then NVL2 returns expr2. If expr1 is null, then NVL2 returns expr3.
Open in Slack
Previous
Next