0
点赞
收藏
分享

微信扫一扫

mysql 查询字段名所在的表

select * from (select * from information_schema.COLUMNS where table_schema = '数据库名') temp where column_name = '字段名'

破罐子互摔

举报

相关推荐

0 条评论