HANA SQL- IFNULL & NULLIF Function

light111IFNULL()  and NULLIF( )- Function


The test program that calls the AMDP method.

2

IFNULL( )- Function accepts two arguments and if the first argument value is NULL then it returns the second argument and  returns first argument if the first argument is NOT NULL.

3

NULLIF( )- This function accepts two arguments and if they are equal then it returns NULL value else it returns the first argument.

1


 

Leave a Reply