经过sql查找指定字段存在哪些表中

select * from INFORMATION_SCHEMA.columns where COLUMN_NAME Like '%order_type%'; 
相关文章
相关标签/搜索