Relative Content

Tag Archive for javapostgresqljpa

How to fix JPA Postgres Java error using COALESCE

So I have this formula query that joins two table to one table. The query works fine when I use it it pgadmin query tool but once I add it on Formula annotation for JPA/JAVA it throws an error of “ERROR: more than one row returned by a subquery used as an expression”.