Hi all,
How to add comments on user scripts?
Normally, we can add comments on tables.views,pr ocedure,functio ns.
comments on table employees is 'this is employees table created by user_name';
Now i want a script for comment on users
i try like
comments on schema scott is 'created by creater name on 10/02/2002';
it shows error like invalid table option.
I try in this scripts as a system not users...
Regards,
Michael
How to add comments on user scripts?
Normally, we can add comments on tables.views,pr ocedure,functio ns.
comments on table employees is 'this is employees table created by user_name';
Now i want a script for comment on users
i try like
comments on schema scott is 'created by creater name on 10/02/2002';
it shows error like invalid table option.
I try in this scripts as a system not users...
Regards,
Michael
Comment