Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.2.1.6, 10.3.1.4
-
None
Description
The syntax is shown as only allowing parameter markers as arguments to a SQL procedure. However any expression is allowed.
I think the syntax would be
CALL procedure-Name ( [ Expression [, Expression]* ] )