Navigation:  MCL Reference > Conversion Functions >

NVL( )

Print this Topic Previous pageReturn to chapter overviewNext page

NVL( ) is a Visual FoxPro function. It provides a way to keep nulls from propagating without having to use IsNull( ).

 

You can think of NVL(eExpression1,eExpression2) as shorthand for:

IIF(IsNull(eExpression1),eExpression1,eExpression2)

 

Syntax

NVL(eExpression1,eExpression2)

 

 


Page url: http://www.racematenet.com/english/help/index.html?nvl.htm