經過sql查找指定字段存在哪些表中

select * from INFORMATION_SCHEMA.columns where COLUMN_NAME Like '%order_type%'; 
相關文章
相關標籤/搜索