ISNULL
Description
Replaces NULL with the specified replacement value. (ISNULL in Transact-SQL).
Sample Source Pattern
Syntax
ISNULL ( check_expression , replacement_value ) NVL( <expr1> , <expr2> )Examples
Code:
Result:
Code:
Result:
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated
