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

select * from INFORMATION_SCHEMA.columns where COLUMN_NAME Like '%order_type%';