Not Null check can be done by using ISNULL function with NOT Operator
IIF(NOT ISNULL(value), ' Input is not null',' No it is null')
or
NOT isnull(columnPort)
IIF(NOT ISNULL(value), ' Input is not null',' No it is null')
or
NOT isnull(columnPort)
No comments:
Post a Comment