摘要: 一般情况下,开发数据库比对工具时,需要用到系统内部的一些视图和存储过程,来查找到表的数据结构信息。 查找表明为:UP_Merchent表的数据结构信息 1 select COLUMN_NAME,DATA_TYPE,IS_NULLABLE from information_schema.columns 阅读全文
posted @ 2017-02-27 17:09 Leon_Chaunce 阅读(601) 评论(0) 推荐(0) 编辑