View Single Post
  #4 (permalink)  
Old 04-30-03, 02:15
chuzhoi chuzhoi is offline
Registered User
 
Join Date: Dec 2002
Posts: 134
Re: db2-- Decimal to Varchar without leading zeros

Probably I do not understand something, but I said you should use 2 functions char AND rtrim
First will convert to character with possible trailing spaces, the second will remove them

regards,
dmitri
Reply With Quote