In DB2 it is done as follows
select first_name || middle_name || last_name as NAME from temp.table
If an integer value is to be concatenated we have to use cast() function for converting integer to character
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.