-170   THE NUMBER OF ARGUMENTS SPECIFIED FOR function-name IS INVALID

Explanation

An SQL statement includes a scalar function that contains too many or too few arguments.

function-name
The name of the function that contains the wrong number of arguments.

System action

The statement cannot be processed.

Programmer response

Correct the statement.

SQLSTATE

42605