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