Set char set for Particular column/ Field in mysql table

by Vinoth 2009-09-20 21:17:21

Set Character set for particular field or column in Mysql Table can be done by


Alter table tb1 modify column col1 varchar(20) character set utf9/ascii

Tagged in:

1289
like
0
dislike
0
mail
flag

You must LOGIN to add comments