SQL查询包含指定列的所有表

来源:互联网 发布:手里淘宝信誉度怎么看 编辑:程序博客网 时间:2024/06/14 15:13

select * from information_schema.columns where column_name = '指定列名'

其中information_schema是一个系统库,包含了columns,tables,routines等表

0 0
原创粉丝点击