Can't insert the '&' character ...
Posted by: Anders Gunnare
Date: July 10, 2015 03:01AM

Hello World,
Have searched but couldn't find any answer to my problem.
I'm going from Oracle to MySQL.
Doing some migration of data.

BUT

I got some problem regarding strings containing the '&' character...
Can't get it in a table in MySQL.

Example:
create table tmp_a(inforad varchar(100));
insert into tmp_a values('Me, myself & I');

Doesn't work as I want ...
insert into tmp_a values('Me, myself \& I');

Any advice ?!

I don't want to go through Java, PHP, C or anything else, just core SQL :)

Regards
Anders
Oracle DBA

Options: ReplyQuote


Subject
Views
Written By
Posted
Can't insert the '&' character ...
1923
July 10, 2015 03:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.