摘要: select table_schema 数据库名称,table_name 表名 from information_schema.columns where column_name = 'comparison_approval_status'(要查询的列) 例: select table_schema 阅读全文
posted @ 2019-03-07 10:43 zzzzzl 阅读(5478) 评论(1) 推荐(0)