StringValue | The variable you are working with |
NotNullValue | The value you want to be returned if the variable is not NULL |
NullValue | The value you want to be returned if the variable is NULL |
If the first parameter IS a null value, then this function will return the value of the third parameter.
NVL2(~,'DMZ','No')|| will evaluate the variable passed and if it is not NULL, will return DMZ. If it is null, then it will return No
Screen captures are meant to be indicative of the concept being presented and may not reflect the current screen design.
If you have any comments or questions please email the Wiki Editor
All content © High Line Corporation