摘要:
--架构: select * from information_schema.SCHEMATA --表: select table_name from information_schema.tables --列: select table_name from information_schema.COLUMNS --表约束: select * from information_schema.TA... 阅读全文
posted @ 2016-04-29 11:19
黑冰.org
阅读(195)
评论(0)
推荐(0)