Re: modifying varchar to char on the fly

2002-04-11 Thread Victoria Reznichenko
ensembl, Thursday, April 11, 2002, 6:18:04 AM, you wrote: e 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

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