If you want to show the comments of a database tbale's column then try this way.
select * from user_col_comments where table_name='table name'
as same principle.we can show the table's comments:
select * from user_tab_comments where table_name='table name'
Monday, March 10, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment