Discussion:
Concatenation of Integer with Character
(too old to reply)
s***@lmkr.com
2007-08-31 14:42:34 UTC
Permalink
Hi,

How can we concatenate Integer with Character?
COALESCE function doesn't allow to do this.

Thanks,
Knut Stolze
2007-08-31 15:09:34 UTC
Permalink
Post by s***@lmkr.com
Hi,
How can we concatenate Integer with Character?
COALESCE function doesn't allow to do this.
Use the CHAR function to convert the integer to a string, then concatenate
or use COALESCE (depending on what you want to do).
--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
s***@lmkr.com
2007-09-04 08:07:04 UTC
Permalink
Thank you very much Knut

Continue reading on narkive:
Loading...