Hello out there,
I have tried to insert a row containing an ampersand into a MySQL table but SQL Developer 4.1.1 is asking for a substitution variable. When connected to an Oracle database, I can "set define off" but that does not work on MySQL. I get an error "Unknown system variable 'define'".
So how do I insert an ampersand into MySQL?