Null If in Teradata?...

 Null IF : It will return a Null value if the arguments are equal.


Syntax:

Select Movie_Name,

NullIF (Movie_No, 3) as Movie_Id

From Movie_List;

Comments

Popular posts from this blog

General information about Netezza : Default Error details

Minus in Teradata?...