Quote:
|
Originally Posted by RGAUGHRAN
Has anyone created a DB2 procedure or UDF that can Replace a character or characters in the middle of a Character String Column? If so, could you email me the code? Thanks, Rachel
|
Try this:
db2 values translate ('I wqnt q rxplqcxmxnt', 'ea', 'xq')
and tell me if it is what you want...
cheers,
Rob.