Thanks a lot, but it's already what i am doing!
It's very a pity that there is no way do to this more quickly!!!
> alter table xxx rename to temp;
> create table xxx as
> select field1, field2, ...without some field... from temp;
> drop table temp;
>
> Tomasz Myrta
>
>
Rachel