My requirement is to modify the column size of a table in MySQL table. I will use the ALTER statement to achieve this. But Before that I need to check whether the table is exists or not. If the table exists then only I will use ALTER statement.
I tried so many ways. But not able to achieve this. Is there a way to achieve this in MySQL.
Please help me to achieve this.