does anyone here knows how i can copy the data between tables??, like this:
table 1 | -> | table 2 field11 -> copy to -> field21 field12 -> copy to -> field22 field13 -> copy to -> field23
INSERT ... SELECT
what?
and the merge command?