Table merge
#1

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.

#2

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

#3
thanks i think its work ;D

#4

Hi.

As you got your answer,and your problem to solved, I am gonna move that topic to Solved section.

Thanks,

-LCKB Staff



Forum Jump:


Users browsing this thread: 1 Guest(s)