Postgresql – Getting error in postgres query No operator matches the given name and argument types
Reason why code is causing error when groupHds is null? I'm getting this error, groupHds is list of string and ddi.group_hd is string column. Error: Caused by: org.postgresql.util.PSQLException: ERROR: operator does not exist: character varying = bytea Hint: No operator…