How to correctly call a function in PostgreSQL
I have created a function that does not give any errors itself but when calling it I get an error. I know I technically don’t need a function but for my scenario I need to be using one.
I have created a function that does not give any errors itself but when calling it I get an error. I know I technically don’t need a function but for my scenario I need to be using one.