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

Hadoop Commands

Database Size : Calculation in Teradata

The difference between SET and MULTISET tables is?