Hi All,
I've a case statement where I'm calling the user defined postgres function and failed to execute the same. Because it's assuming the variable passed inside the function as a column for the table.
ERROR: column "attributes" does not exist
LINE 1: ... WHEN status_code = 0 THEN CASE WHEN bmask(attributes...
LINE 1: ... WHEN status_code = 0 THEN CASE WHEN bmask(attributes...
Need help to resolve this problem.
Regards,
Nikhil Ingale