查询字段在哪个表哪个库
select table_schema,table_name from information_schema.columns where column_name = ‘字段’
查询字段在哪个表哪个库
select table_schema,table_name from information_schema.columns where column_name = ‘字段’
710
6287
388
1124
1392

被折叠的 条评论
为什么被折叠?