For EG, the senario is like for 3 values(a,b,c) will be peforming some calculation and the end output d (will be a decimal one) i need to have that in the format of decimal(20,15) (it can be done in the sql part after getting the output from the function) , but is there any posibilty of performing in c program itself??
How to do casting in Userdefined function?