|
|
comparing hindi and other language words - Mysql
|
Views : 455
|
|
Tagged in : Mysql
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
In tables involving multiple languages use a character set suitable for multiple languages like utf8.
This can be specified while creating tables or can be altered after creating tables.
To alter the character set of an existing table use the following command.
alter table cont CONVERT TO CHARACTER SET 'utf8';
This will set the character set of the table to utf8. |
|
By raja, On - 2009-09-10 |
|
|
|