atmosphere
Programmer
Hi
i have to concatenate a few strings in a select statement.
one string has the possibility of being null. Apparently in db2, if you concatenate strings and one is null, you recieve null. In this case i just want the null string to be "". Is there anyway i can do this?
i have to concatenate a few strings in a select statement.
one string has the possibility of being null. Apparently in db2, if you concatenate strings and one is null, you recieve null. In this case i just want the null string to be "". Is there anyway i can do this?