ZEROIFNULL Function Example | VantageCloud Lake - Example: Testing the Salary Column for Null - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

In this example, you can test the Salary column for null.

SELECT empno, ZEROIFNULL(salary) 
FROM employee ; 

A nonzero value is returned for each employee number, indicating that no nulls exist in the Salary column.