On Aug 30, 2019, at 13:03 , stan <stanb@xxxxxxxxx> wrote:I need to encapsulate, what are basically 2 related function calls into a single You could just return a tuple VALUES(a, b). Or you could define a type to return if you want to get fancy. |
On Aug 30, 2019, at 13:03 , stan <stanb@xxxxxxxxx> wrote:I need to encapsulate, what are basically 2 related function calls into a single You could just return a tuple VALUES(a, b). Or you could define a type to return if you want to get fancy. |