SQL查询表结构 相关语句

--查看列注释
select * from all_col_comments where table_name=upper('XXXXX')
--查看表结构
select * from user_tab_cols where table_name=upper('XXXXX')
原文地址:https://www.cnblogs.com/pangkang/p/8564717.html