Re: Restore table option
"Jian Sun" <[EMAIL PROTECTED]> wrote: > >Does anybody know how to drop table option? I added a table option "alter table > abc order by col1 desc". Now I want to remove this option, How can I do? ORDER isn't a table option, it's a single time action. -- For technical support contracts,
Restore table option
Hi there, Does anybody know how to drop table option? I added a table option "alter table abc order by col1 desc". Now I want to remove this option, How can I do? Thanks