Statements
>
Functions
Functions
The syntax for calling a database stored procedure function is:
{? = call
function
(
p1
,
p2
,
p3
)};
Where '
function
' is the name of the database stored procedure. '
p1
', '
p2
' and '
p3
' are the parameters of the stored procedure.