查询某一个表的所有列及列的备注

查询某一个表的所有列及列的备注:

select  *  from user_col_comments  where Table_Name='表名';

原文地址:https://www.cnblogs.com/eternal1025/p/10476500.html