Skip to Main Content

Oracle Database Discussions

Announcement

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!

Not able to exclude or replace double quotes

User_DBCL0Jan 30 2018 — edited Jan 31 2018

Hello All,

I have a column where i am getting double quotes. While reading the data I need to eliminate those double quotes.

REPLACE(COL_NAME, '"', NULL)

I am trying above still getting the quotes.

Please advise

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 28 2018
Added on Jan 30 2018
13 comments
1,058 views