|
Hi, I need to insert a few thousand rows of data from one table to another, the destination table already has the primary key column filled out so I only need the specified columns populated... I have go to the point with the below statement that it is updating but taking the first record for all inserts. So far I have: Am I on the right track? A fresh pair of eyes would be most welcome.
(comments are locked)
|
|
Why the subquery? And use the preferred join syntax of Great that worked well. Thanks
Oct 07 '11 at 01:24 AM
zadien
(comments are locked)
|
|
An alternative to @kev riley's approach would be to do a
(comments are locked)
|
|
Here's my preferred syntax i.e. using Thanks for this solution.
Oct 07 '11 at 04:20 AM
zadien
(comments are locked)
|

