Description:
e> When attempting to modify a column from varchar(40) to char(40) the command
returns successfully, however the table is unaltered
e> How-To-Repeat:
e> (prepare a table table_name with a column column_name varchar(40)
e> alter table table_name modify column_
>Description:
When attempting to modify a column from varchar(40) to char(40) the command
returns successfully, however the table is unaltered
>How-To-Repeat:
(prepare a table table_name with a column column_name varchar(40)
alter table table_name modify column_name char(4