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

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

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

你可能感兴趣的