Re: Convert string charset in SQL statement
Posted by: Rick James
Date: November 20, 2009 07:37PM

SET NAMES
is a command to tell mysql what encoding _your_ bytes are in, as opposed to the table definition, which declares the encoding for the bytes in the column.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Convert string charset in SQL statement
2298
November 20, 2009 07:37PM


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.