I read the docs for CREATE FUNCTION, and searched for "output parameter", but
couldn't find any answer.
There was a post asking for help in converting a SQL Server stored procedure
that used an output parameter, but the solution seemed to be to use the
RETURN statement for the output parameter.
So, is it possible to define output parameters in functions?
Cheers,
AM