* 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
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