ANR2946E
Too many arguments are specified for SQL scalar function function.

Explanation

Too many function arguments were specified. For example, the expression UPPER(x,y) is invalid because the UPPER function requires exactly one argument.

System action

The SQL query is terminated.

User response

None.