ANR2945E
Too few arguments are specified for SQL scalar function function.

Explanation

Too few function arguments were specified. For example, the expression LEFT(x) is invalid because the LEFT function requires at least two arguments.

System action

The SQL query is terminated.

User response

None.