Got it;
Thanks!
Zhigang
-Original Message-
From: Hartmut Holzgraefe [mailto:hart...@skysql.com]
Sent: Thursday, September 11, 2014 1:44 PM
To: mysql@lists.mysql.com
Subject: Re: index collate
On 09/11/2014 05:55 AM, Zhigang Zhang wrote:
> The “CREATE INDEX Syntax” can not assig
On 09/11/2014 05:55 AM, Zhigang Zhang wrote:
> The “CREATE INDEX Syntax” can not assign a collation.
>
> What collation to use to create a index on a column?
The collation used for an index on a textual column is
the columns collation itself.
You can't choose a different collation for the index
I have a question.
The “CREATE INDEX Syntax” can not assign a collation.
What collation to use to create a index on a column?
Thanks
Zhigang.