摘要: select distinct column_name,column_comment,column_type from information_schema.columns where table_name = '表名' and TABLE_schema='数据库名' order by ordina 阅读全文
posted @ 2016-06-29 16:05 JIN__JIN 阅读(205) 评论(0) 推荐(0)