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

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s