Skip to Main Content

SQL & PL/SQL

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!

Testing column value containing special Characters in oracle sql where clause prompts for a value

User_UH6TPJun 18 2021

I have a where clause that uses the value of a column that contains a special character as a criteria in an oracle sql query. when I run the query, it prompts for me to enter the value after the special character.
E.g
where TAG_KEY = 'SELL_&_TUBE'
when I run the query. It prompts that I should enter the value of _TUBE.
SELL_$_TUBE is one of the values in TAG_KEY COLUMN.
Please I need help in resolving this,
I am using Oracle developer

Comments

Post Details

Added on Jun 18 2021
3 comments
2,450 views