11-23-2013, 04:10 PM
How i merge two tables like this image
How i can merge two tables like this image for example i have table 1 and 2 with same data, but I replace all the data in table 2 has more data does not change that shes different.
|
Table merge
|
|
11-23-2013, 04:10 PM
How i merge two tables like this image How i can merge two tables like this image for example i have table 1 and 2 with same data, but I replace all the data in table 2 has more data does not change that shes different.
11-23-2013, 05:51 PM
Have the tables the same coloumns? If yes try this INSERT INTO table1 (SELECT * FROM table2 WHERE index >= X) replace the x with the last id from table 1
11-23-2013, 06:28 PM
thanks i think its work ;D
11-24-2013, 11:18 AM
Hi. As you got your answer,and your problem to solved, I am gonna move that topic to Solved section. Thanks, -LCKB Staff |
|
« Next Oldest | Next Newest »
|