MySQL Forums
Forum List  »  InnoDB

Re: Alter table across muliple db's with almost same name
Posted by: Peter Brawley
Date: December 26, 2015 03:32AM

Use a query to collect all the matching table names from information_schema.tables, and for each PREPARE an ALTER TABLE statement.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Alter table across muliple db's with almost same name
694
December 26, 2015 03:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.