1 Reply Latest reply on Mar 21, 2008 6:01 PM by khkachn

    select max syntax

    khkachn

      What is the correct syntax for doing a select of max() with EJB3? I have
      tried creating queries of

      "MAX(m.recId) from RecordsEjb m"

      but I keep getting Hibernate errors about node can not be null.

      Thanks,

      Ken