select * from (select * from information_schema.COLUMNS where table_schema = '数据库名') temp where column_name = '字段名'
破罐子互摔
mysql 查询字段名所在的表
阅读 72
2022-05-31
select * from (select * from information_schema.COLUMNS where table_schema = '数据库名') temp where column_name = '字段名'
破罐子互摔
相关推荐
精彩评论(0)