Re: [ADMIN] About changing type af a column

2003-03-26 Thread Victor Yegorov
* Marc Soler <[EMAIL PROTECTED]> [26.03.2003 11:48]: > Hi all, > > I need to change a column length. > > >From varchar(150) to varchar(250). > > It's easy to change with an ALTER command? Or I need to create a new column, > copy all data from the old column to the new one, then drop the old and

[ADMIN] About changing type af a column

2003-03-26 Thread Marc Soler
Hi all, I need to change a column length. >From varchar(150) to varchar(250). It's easy to change with an ALTER command? Or I need to create a new column, copy all data from the old column to the new one, then drop the old and rename the new. If only exists the second solutions, the new column