1 Reply Latest reply on Oct 22, 2002 5:03 AM by juha

    ABOUT COUNT in ejb-ql

    mikel

      I just find that in ejb2.1, ejb-ql have some
      new function - AVG, COUNT...

      i wonder is it work in JBOSS?
      if not, how can i get something like
      'select count(*) from table'
      or 'select count(*) from table where ...'