I have string with many & and | operators . If I try to update such a string into database it asks me for a value . For e.g if i try to update a string A&B oracle asks me for a value .
I want to store the string as A&B
I have string with many & and | operators . If I try to
Share
If you have this problem using SQL*Plus as a client, you should first give this command:
set define off
With set define you can also change the substitution character (&).