|
Written by Stanislav Duben
|
|
Thursday, 07 January 2010 |
|
Today I get interesting question. How to merge in MySQL two tables, where could be same primary key and different values. Result should be as select from one table with key column and 2 columns with both values from two tables, each in separate column.
|