EI009

Call has more parameters than required

Number of passed parameters exceeds the number of procedure parameters.

Parameters can be passed to procedures and functions in an ordered delimited list, but never more than the number of parameters. For a function, this must have the same number of list members as the parameters. For a procedure you can have fewer if defaults are declared in parameters.

Available in

SQL Code Guard



Didn't find what you were looking for?