Is there a JPA concat operator for string concatenation?
I know there is a JPA CONCAT function, however its ugly to use for concatenating multiple strin
CONCAT
You can use JPA Concat function for multiple strings.
For example:
CONCAT(cola, colb, colc, cold)