Possible Duplicate:
How to find all the tables in MySQL with specific column names in them?
I want to select tables from sql where the table has a column named "TimeStamp". How do I list all the tables where those tables that will be selected has a column named "TimeStamp" in it? I am using MySQL.