摘要:
Nicely formats output with indentation and extra space 是否处理 缩进和多余的空白符 阅读全文
posted @ 2016-03-15 11:35
_即炤
阅读(423)
评论(0)
推荐(0)
摘要:
select COLUMN_NAME from information_schema.`COLUMNS` -- 这行不变,照抄 where TABLE_SCHEMA = 'xerp' -- 数据库名xerp and TABLE_NAME = 'sdb_ome_orders' -- 表名sdb_ome 阅读全文
posted @ 2016-03-15 09:09
_即炤
阅读(1011)
评论(1)
推荐(0)