Тема: Слияние двух ячеек
нужно дописать в конце ячейки текст из другой ячейки
сделать выборку для меня не составило проблем
SELECT `res_product_description`.`description` , `res_product_description`.`product_id` , `res_product_description`.`language_id` ,`res_product_tab_content`.`content` , `res_product_tab_content`.`product_id` , `res_product_tab_content`.`language_id`
FROM `res_product_description` ,`res_product_tab_content`
WHERE `res_product_description`.`language_id` = `res_product_tab_content`.`language_id` AND`res_product_description`.`product_id` = `res_product_tab_content`.`product_id`
мне нужно в `res_product_description`.`description` дописать `res_product_tab_content`.`content`
Особо благодарен за помощь