Re: modifying varchar to char on the fly

2002-04-11 Thread Victoria Reznichenko
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_

modifying varchar to char on the fly

2002-04-10 Thread ensembl
>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