Description
Add new function EQUAL_NULL.
Returns TRUE:
EQUAL_NULL( <null> , <null> )
Returns FALSE:
EQUAL_NULL( <null> , <not_null> )
EQUAL_NULL( <not_null> , <null> )
Otherwise:
EQUAL_NULL(<expr1>, <expr2>) is equivalent to <expr1> = <expr2>