Use COALESCE
The COALESCE function returns the value of the first nonnull expression.
eg
select COALESCE( null,'noNullIsselected') as Col from sysibm.sysdummy1
The COALESCE function returns the value of the first nonnull expression.
eg
select COALESCE( null,'noNullIsselected') as Col from sysibm.sysdummy1
No comments:
Post a Comment