Find more posts tagged with
Sort by:
1 - 3 of
31

Just as you would call it in a 'standard' sql environment. What is your exact problem?
You only execute the command with the execute SQL operator, there is no return option in this case.
So it will create your function but in order to use it you'll have to use the Read database operator and then call your created function. This operator has the output option to show the results so you need to combine the execute and read operators.
So it will create your function but in order to use it you'll have to use the Read database operator and then call your created function. This operator has the output option to show the results so you need to combine the execute and read operators.