获取表注释,字段注释
1.获取当前用户的表注释
select * from user_tab_comments;

2.获取当前用户所有字段注释
select * from user_col_comments

We only live once, and time just goes by.
1.获取当前用户的表注释
select * from user_tab_comments;

2.获取当前用户所有字段注释
select * from user_col_comments
