How can I make it possible to return only the first parameter from a stored procedure with multiple OUT-parameters?
Overview of Parameters
OUT parameters in SQLScript are not optional. At the moment the only way to reach want you want to have, is, to create a wrapper procedure with only the one required OUT parameter.
2.1m questions
2.1m answers
60 comments
57.0k users