Dear all,
How can I merge two tables has the same columns
Table 1:
Table 2:
Example:
Table1:
A | B
x | y
x2|y
Table2:
A | B
d | d2
q|2
Result
A | B
x | y
x2|y
d | d2
q|2
Dear all,
How can I merge two tables has the same columns
Table 1:
Table 2:
Example:
Table1:
A | B
x | y
x2|y
Table2:
A | B
d | d2
q|2
Result
A | B
x | y
x2|y
d | d2
q|2
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.