mysql通过列名搜索出表名

select * from information_schema.columns where  TABLE_SCHEMA = '库名' AND column_name = '列名'

posted on 2021-04-12 16:15  灬菜鸟灬  阅读(247)  评论(0编辑  收藏  举报

导航