While attempting to execute SQL insert statements using Oracle SQL Developer I keep generating a "Enter substitution value" prompt:
Insert into AGREGADORES_AGREGADORES (IDAGREGADOR,NOMBRE,URL) values (2,'Netvibes','http://www.netvibes.com/subscribe.php?type=rss\&url=');
I've tried escaping the special character in the query using the '\' above but I still can't avoid the ampersand, '&', causing a string substitution.
Go ahead punks, make my day :)