MySQL Forums
Forum List  »  Oracle

Re: From ORACLE to MYSQL - CASE SENSITIVE problem with insert statement ...
Posted by: Peter Gulutzan
Date: August 02, 2007 02:31PM

Apparently you want to use a case sensitive collation.
For example, assuming you have a modern MySQL version,
and assuming your character set is latin1, your
column definition would have 'varchar(x) character set
latin1 collate latin1_general_cs'.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: From ORACLE to MYSQL - CASE SENSITIVE problem with insert statement ...
3825
August 02, 2007 02:31PM


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.