Re: Index on Windows-1256
Posted by: Peter Gulutzan
Date: May 15, 2006 12:24PM

mysql> create table ta (s1 varchar(5) character set cp1256);
Query OK, 0 rows affected (0.04 sec)

mysql> create index ita on ta (s1);
Query OK, 0 rows affected (0.06 sec)
Records: 0 Duplicates: 0 Warnings: 0

Options: ReplyQuote


Subject
Views
Written By
Posted
4479
February 28, 2006 02:38AM
Re: Index on Windows-1256
1997
May 15, 2006 12:24PM


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.