|
|
| · · · · · · · | |
|
Re: Execute a function?
> Been a _very_long while, but try: > > SELECT my_function(param_1, param_2) As Answer; Yep, that did it. I'm such a newb with PG, still trying everything the MSSQL way first. Is that the proper way to do it even if you have a function that returns void? Steve
|