摘要: 语句如下: SELECT t1.Table_Name AS "表名称",t3.comments AS "表说明", t1.Column_Name AS "字段名称",t1.Data_Type AS "数据类型",t1.Data_Length AS "长度",t1.NullAble AS "是否为空"... 阅读全文
posted @ 2015-03-30 18:08 haishu 阅读(1234) 评论(0) 推荐(0)