Thank You Borislav Borissov
I worked with the code you provided and tested the following whish works :
UPDATE LAWSON.VIEW_SPECIALS_MAIN
SET VEN_ITEM =
REPLACE(REPLACE(REPLACE(
REPLACE(REPLACE(REPLACE(REPLACE(
'-','')
,'.','')
,' ','')
,'/','')
,'\','')
,'(','')
,')','')
I want to create and...