Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Odbc Update Mysql Table Using Primary Key
If I understand you right what you are requesting is behind the 'advanced' botton (for each table involved).
SQLyog Migration tool automaticlay uses a PK to identify rows if there is a PK available.
Please see attached. Did that answer your question?
I am still not able to understand your problem. Can you post a screenshot or an example to explain the problem a little more?
@noblenull
Ritesh' post made me read again.
Do you mean this situation:
On source and target there are two rows having identical (autoincrement) PK's (say '117'), but the data are different?
And you want the row from the source added to the MySQL database (and a new PK-value for that new row generated by the server) ?