對上一層: 模型程式語言參考手冊 > 轉換函數 >
NVL( )
IsNull( ) 是 Visual FoxPro 的內置函數,您可以把NVL(eExpression1,eExpression2) 當成下列算式的簡化版:
IIF(IsNull(eExpression1),eExpression1,eExpression2)
語法
NVL(eExpression1,eExpression2)
Page url: http://www.racematenet.com/help/index.html?nvl.htm