Returns a list of tables within the current database that start with other_Code:SHOW TABLES LIKE 'other_%';
You can then just loop through them and do your insert/update to each one.
It does however raise the question of the structure of your database in the first place! Do you really need to have all these duplicate rows?
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks