Tagged Questions
0
votes
1answer
178 views
compare two objects from same domain createCriteria Grails
Hi I have the following HQL query which I am running using executeQuery():
def q = Domain.executeQuery("Select d0 from Domain d0 where d0.id = (select min(d1.id) from Domain d1 where d1.code = ...