--查看列注释select * from all_col_comments where table_name=upper('XXXXX')--查看表结构select * from user_tab_cols where table_name=upper('XXXXX')