0 Replies Latest reply on Apr 7, 2004 3:20 AM by wunderkind

    EJB-QL Problems with SUBSTRING

    wunderkind

      Hello developers,

      assuming I have a query like this:

      SELECT OBJECT(o) FROM uumsDump o WHERE SUBSTRING('abcdefg', 2, 3) = 'cde'


      Will it return an object because the substring function returns true?

      Thank you a lot.

      Sven alias wunderkind