SQL获取表注释

来源:互联网 发布:java之父写书 编辑:程序博客网 时间:2024/05/17 06:23

select COMMENTS,column_name from user_col_comments t where t.TABLE_NAME = upper('T_DETECTSUSPECTINFO') 

原创粉丝点击