is it possible to use PostgreSQL-like DISTINCT ON in EJB using named query?
o.fromDate,o.empLeaveMasterId,o.employeeInfoId, o.leavePurposeId ,o.toDate,o.createdByUserId,o.createDate,o.lastModifiedUserId,o.lastModifiedDate,o.isSystemRecord
The field describe above is my entity bean field and I want to get fromDate wise distinct record
Is it possible using namedquery ?