标签: sql hibernate jpa
如何用fk区分列。 DB:postgres。
entityManager.createNativeQuery("SELECT DISTINCT ON (a.fk_id), a.* FROM Appointment a WHERE a.fk_id IN (:ids)") .getResultList()
错误:SQLGrammarException:无法提取ResultSet
但是在jdbc上它可以工作。