0 Replies Latest reply on Jan 12, 2005 6:43 AM by ottoberg

    Does JBossQL support binary & operator?

      Does JBossQL support the binary & operator, i.e. is something along the lines of

      SELECT OBJECT(c) from CUSTOMER c WHERE ((c.flags & 16) > 0)
      

      possible? This would shrink the resultset from currently roughly 7000 - which JBoss cannot handle - down to ca. 40.

      If it's not directly expressible in JBossQL: does anyone know of a good workaround to achieve the same effect?

      Thanks for your efforts,

      Olaf Bergner