Home » SQL & PL/SQL » SQL & PL/SQL » Table / column Comments
Table / column Comments [message #7389] Wed, 11 June 2003 03:09 Go to next message
Sachin Rananavare
Messages: 2
Registered: June 2003
Junior Member
What script to be used while creating tables so that the comments are available in user_tab_comments and user_col_comments. Is it possible to add only commnets if the tables are already created.
Re: Table / column Comments [message #7390 is a reply to message #7389] Wed, 11 June 2003 03:51 Go to previous message
Kavitha
Messages: 40
Registered: December 1999
Member
Hi,

You can create comments using the COMMENT command:

COMMENT ON TABLE abc IS 'Test comment';

COMMENT ON COLUMN employees.job_id
IS 'abbreviated job title';

But the object needs to be on the database before you issue this statement.

Cheers
Kavitha
Previous Topic: Help needed very badly!!!!
Next Topic: calculate the total of 29 rows and compare it with 30th row...untill 60000 rows
Goto Forum:
  


Current Time: Fri Apr 26 07:23:36 CDT 2024