0 Replies Latest reply on Aug 12, 2003 11:45 PM by renjith

    Nested Quiries EJB-QL in JBoss 3.0.7

    renjith


      does jboss3.0.7 supports nested quiries using EJB-QL ?

      like the one

      select emp1.dob from emp emp1 where 10 < ( select count(*) from emp
      emp2 where emp1.dob>emp2.dob) order by emp1.dob asc


      please help me
      Renjith.