murshidgre
Programmer
I am getting following error message, whenever i try to use any built-in function of DB2, e.g.
select RTRIM(custName) from Customer
"SQL0440N No function by the name "RTRIM" having compatible arguments was found in the function path. SQLSTATE=42884 "
I would really appreciate your help.
select RTRIM(custName) from Customer
"SQL0440N No function by the name "RTRIM" having compatible arguments was found in the function path. SQLSTATE=42884 "
I would really appreciate your help.