in reply to Re: How to synchronize two database tables in MySQL?
in thread How to synchronize two database tables in MySQL?
with a separate hash for keys and storage engine types.my %tables = ('table1' => ( 'column1' => 'column definition', 'column2' => 'column definition') );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to synchronize two database tables in MySQL?
by davidrw (Prior) on Jan 08, 2006 at 01:55 UTC |