1

I have a procedure in PL/PGSQL where I have declared a cursor now when I tried to execute this loop while(parents%FOUND) where parents is a cursor var it's showing error :

org.postgresql.util.PSQLException: ERROR: operator does not exist: refcursor % boolean Hint: No operator matches the given name and argument types. You might need to add explicit type casts.

Sugata Kar
  • 367
  • 1
  • 10

0 Answers0