How can I enter special characters like & in the insert/update statement for oracle db?
We have a custom table with a column of datatype VARCHAR2. When trying to insert a value containing an ampersand (&), such as 'ABC &D', we encounter an issue , it is prompting for input at runtime.
How can we insert such values into the table without encountering this issue?