常用SQL

来源:互联网 发布:病态矩阵特征值 编辑:程序博客网 时间:2024/06/18 10:11

1.查看表的注释

SELECT column_name,column_comment from information_schema.columns where table_schema='db.name' and table_name ='table.name'