|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Synchronizing 2 tables with different field structure
Greetings every noble people out there,
Can somebody be kind enough to look into my question... I've provided the links to my question since this forum does not support file attachment... here ya go: 1) http://www.dbforums.com/showthread.php?postid=3525115#post3486942 2) http://www.sitepointforums.com/showpost.php?postid=970286&postcount=5 The two links actually refer to the same question but link 1 has a jpg photo.... hope to hear from you guys soon... thnx. Regards, Nick |
|
#2
|
||||
|
||||
|
RE: Synchronizing 2 tables with different field structure
Take a look at MySQL's "INSERT ... SELECT ..." syntax. It allows you to use the results of the select as the values to be inserted. Rearrange the fields in the select to match your insert, and you should be all set.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > Synchronizing 2 tables with different field structure |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|