2 Replies Latest reply on Jul 24, 2002 9:26 PM by jlisle

    ejb-ql support for subqueries?

    jlisle

      hi all.

      does ejb-ql support subqueries?

      i'm trying to do something like the following:

      SELECT OBJECT(w) FROM Worker w
      WHERE w.workerId IN (SELECT workerId FROM DefinedGroup
      WHERE userGroupId = ?1)

      thanks in advance.