Table 1 and table 2 data values are the same accept some of the data in
table 2 was accidentally changed so I need to do an update to table 2

I need to update Table 2 values using Table 1 values based on the primary
key of table 2 equaling  table 1 primary key.


Will This work

Update Table2 Set Table2.val1 = Table1.val1 where
Table2.primarykey=Table1.primarykey

Thanks

Randy


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to