BIP2940

Severity

20 : Error

Message

An attempt was made to execute the function or procedure '<insert_0>' with '<insert_1>' parameters but it requires '<insert_2>' parameters

Explanation

An attempt was made to execute the function or procedure '<insert_0>' with '<insert_1>' parameters but the function is defined to take '<insert_2>' parameters. Functions and procedures must always be called with the expected number of parameters.

Response

Examine and correct the SQL program