IF … THEN … ELSE logic in Teradata SQL | datastagetips
The standard ANSI SQL and the Teradata SQL doesn't support IF...THEN...ELSE statement or expression. There are different ways to implement conditional logic in SQL. Here I will show you one. SQL provides the much more powerful CASE expression. Using the .
datastagetips.wordpress.com |