2017年12月15日
摘要: 只知道表名XXX查该表属于哪个schema、以及该表有哪些列等信息 SELECT * from information_schema.columns WHERE table_name = 'xxx'; 只知道列名XXX查哪个schema有该列、以及有列名为XXX的表有哪些等 SELECT * fro 阅读全文
posted @ 2017-12-15 11:07 @ 小浩 阅读(4958) 评论(0) 推荐(1)