Re: Collate problem - please help
Posted by: Mariusz Gniazdowski
Date: February 05, 2005 05:21AM

I think the problem is in information on this page:

http://mrg.risp.pl/stuff/collate-problem.php

I did get proper sorting not using MODIFY keyword but CHANGE, like said on this page:

http://dev.mysql.com/doc/mysql/en/alter-table.html

ALTER TABLE t1 CHANGE c1 c1 BLOB;
ALTER TABLE t1 CHANGE c1 c1 TEXT CHARACTER SET utf8;

Options: ReplyQuote


Subject
Views
Written By
Posted
3869
February 05, 2005 12:42AM
Re: Collate problem - please help
2543
February 05, 2005 05:21AM


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.