Hi,

is it possible to create a PK finder method to find values with the SQL type CHAR, 
without the filling blanks?

Example:

IS CHAR Value = 'TEST    '

SELECT VALUE FROM TEST_TABLE WHERE VALUE = 'TEST';
-> result null

SELECT VALUE FROM TEST_TABLE WHERE VALUE = 'TEST    ';
-> found one



thx

Michael

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837173#3837173

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837173



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to