This is script is used to find all the tables which have one column in particular.
Just give the column you want to search in the where condtion i.e. replace COLUMN_NAME with your column.
You can find multiple columns by giving the "IN" operator instead of "=" .