Well procedures mainly carried out working with information schema and it’s usage in stored procedure. Procedures are fairly simple and easy to understand. 1. Edit_table – following procedure executes queries to particular table if it exists. Basically I created it to satisfy a need of altering a table if column exists. Now it can be used […]

The post MySQL Stored procedure – Execute query if table or Column exists first appeared on ..::CHANGE is INEVITABLE::...