Re: What is the best practice to store utf8 and us-ascii ?
Posted by: Alexander Barkov
Date: April 25, 2006 03:38AM

Eric,

right, you can use utf8 as the default character set and
declare some columns using latin1.
You can do visa versa. Everything depends on amount of
utf8 and latin1 columns.

Also, you can use utf8 with VARCHAR for everything.
As VARCHAR is a variable-width data type, it does not
waste unnecessary space, like CHAR does.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: What is the best practice to store utf8 and us-ascii ?
1794
April 25, 2006 03:38AM


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.