There may not be any comments. Add comments and still not coming post the outputs without editing.Code:SQL> SELECT COMMENTS FROM all_tab_comments WHERE TABLE_NAME='A'; COMMENTS -------------------------------------------------------------------------------- SQL> comment on table a is 'This is a table'; Comment created. SQL> SELECT COMMENTS FROM all_tab_comments WHERE TABLE_NAME='A'; COMMENTS -------------------------------------------------------------------------------- This is a table




Reply With Quote