MySQL Forums
Forum List  »  MyISAM

Re: help with MERGE
Posted by: Ulf Wendel
Date: April 22, 2005 04:51AM

Tommy de Jesus wrote:
> I need some help. (obviously)
>
> I am running MySQL 4.1.7 on Windows.
>
> I have two tables created mod_users and
> fin_mod_users. I need to drop fin_mod_user,
> recreate it and merge the two.

Ahoy!

No, that's not how MERGE works. MERGE works like c = a + b + ... . If you want to merge mod_users (a) and fin_mod_users (b) , you need to create a new table (c). A, b and c must have the same the same table structure.

What do you need it for? Looks like you did not understand what it should be used for.

Ulf

Options: ReplyQuote


Subject
Views
Written By
Posted
3638
April 21, 2005 01:10PM
Re: help with MERGE
2571
April 22, 2005 04:51AM
3270
April 22, 2005 07:24AM
2580
April 22, 2005 12:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.