For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi
I need to remove the numeric values and special character from the string value in Oracle SQL. My data looks likeĀ 100*$7. Without using replace, update set query i should get data like 1007.
Thanks,
Ramya