This example passes the SQL UDF value_expression as an argument to the external stored procedure spAccount.
CALL spAccount(test.value_expression(3,4), outp1);
This example passes the SQL UDF value_expression as an argument to the external stored procedure spAccount.
CALL spAccount(test.value_expression(3,4), outp1);