No rule selected
G-7440 – Never use OUT parameters to return values from a function.
A function should return all its data through the `return` clause. Having an `out` parameter prohibits usage of a function within SQL statements.
Tags: Stored Object.
Quality area: Maintainability. Severity: Major. Fixing time: Local-high.
Press p or n to quickly navigate to the previous/next rule.
