Hi, all

I have two tables with full of data. Their structure is same.


Tables1

id type name
1
2
3
...


Tables2
id type name
1
2
3
4
....

I want to merge them into one table.

id type name
1
2
3
4
5
6
7
...

How can I do it?

thanks in advance.

luoya

sql,query,queries,smallint


_________________________________________________________________
MSN 8: advanced junk mail protection and 2 months FREE*. http://join.msn.com/?page=features/junkmail


---------------------------------------------------------------------
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