I will implement this in my code :  

 update produse
 set
     cod_produs = substring(trim(cod_produs) from 1 for 
char_length(trim(cod_produs)) - 1)
 where
     substring(trim(cod_produs) from char_length(trim(cod_produs)) for 1) = 
ASCII_CHAR(9)

 

 

 

 Thank you again, 
 

 Tiberiu
 


Reply via email to