In the Oracle SQL command when we want to find data like

SELECT * FROM tableName WHERE tableName.firstName LIKE 'Jo%'

The result will map for all first name that first 2 char match to 'Jo'

ex: 'John', 'Joe', 'Johanes', 'Johnsan', etc

So what should be the ejb-ql command for the above query?

-phu



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to