Explain about CHAR function and it's use in DB2

Showing Answers 1 - 3 of 3 Answers

kalone

  • Feb 1st, 2010
 

If we want to concatenate date or time values to some text ,then we have to convert those values to string char first ,for this in DB2 we have CHAR() function.
Eg.   CHAR(CURRENT DATE)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.