String concatenation in SQL is either done by the concat() function (ANSI) or by using two pipes (|| - supported by almost all rdbms).
Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078032#4078032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078032 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
