Hi, all
How do I add a comment to a table creation script after the table has been created. I tried
SQL> alter table TABLENAME add comment on ....
and it did not work. Any help would be appreciated.

dragon