15.10 - CALLED ON NULL INPUT - Teradata Database

Teradata Database SQL Data Definition Language Syntax and Examples

Product
Teradata Database
Release Number
15.10
Published
December 2015
Language
English (United States)
Last Update
2018-06-05
dita:mapPath
SQL_DDL_15_10.ditamap
dita:ditavalPath
ft:empty

The function is always evaluated whether parameters are null at the time the function is to be called or not.

If the PARAMETER STYLE for the function is TD_GENERAL, nulls generate an exception condition.

This clause is optional and can only be specified once per function definition.

The default is CALLED ON NULL INPUT.