Updating strings
Hi All, We are on 11gR2 and our requirement is to replace 10th character with M and 11th character with Z of string below. The string may be longer as well as shorter than 11 characters. This need to be updated in the table.SQL> select * from emp_data;NAME--------------------Randy WattsRandy ScottHow can we accomplish it?Thanks
0