posted: Jun, 1st 2011 | jump to bottom
INSERT INTO table_name1 SELECT CONCAT_WS(' ', column1, column2) AS column_name3 FROM table_name2;