This is an old revision of the document!
ALTER TABLE
Converting to a Character Set
- alter table mytable CONVERT TO CHARACTER SET latin1;
- alter table mytable CONVERT TO CHARACTER SET latin1 [COLLATE collation_name];
docs:mysql:alter_table
This is an old revision of the document!