<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; Слияние двух ячеек]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=4062&amp;type=atom" />
	<updated>2015-05-22T22:23:09Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=4062</id>
		<entry>
			<title type="html"><![CDATA[Re: Слияние двух ячеек]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=26372#p26372" />
			<content type="html"><![CDATA[<p>Все получилось! Благодарю&nbsp; <img src="https://forum.php-myadmin.ru/img/smilies/roll.png" width="15" height="15" alt="roll" /></p>]]></content>
			<author>
				<name><![CDATA[extremer]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=7043</uri>
			</author>
			<updated>2015-05-22T22:23:09Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=26372#p26372</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Слияние двух ячеек]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=26371#p26371" />
			<content type="html"><![CDATA[<p>Сохраните исходные данные перед экспериментами.</p><p>Выполните запрос объединяющий два поля через пробел:<br /></p><div class="codebox"><pre><code>UPDATE `res_product_description`, `res_product_tab_content`
SET `res_product_description`.`description` = CONCAT(`res_product_description`.`description`, &quot; &quot;, `res_product_tab_content`.`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`</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2015-05-22T09:14:24Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=26371#p26371</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Слияние двух ячеек]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=26370#p26370" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Hanut сказал:</cite><blockquote><p>Используйте объединение строки функцией CONCAT(). При необходимости, измените данные запросом UPDATE.<br /></p><div class="codebox"><pre><code>CONCAT(`res_product_description`.`description`, `res_product_tab_content`.`content`)</code></pre></div></blockquote></div><p>очень благодарен вам за быстрый ответ, не могли бы вы мне ето сделать за денежное вознаграждения?</p>]]></content>
			<author>
				<name><![CDATA[extremer]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=7043</uri>
			</author>
			<updated>2015-05-22T07:55:43Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=26370#p26370</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Слияние двух ячеек]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=26368#p26368" />
			<content type="html"><![CDATA[<p>Используйте объединение строки функцией CONCAT(). При необходимости, измените данные запросом UPDATE.<br /></p><div class="codebox"><pre><code>CONCAT(`res_product_description`.`description`, `res_product_tab_content`.`content`)</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2015-05-20T10:47:53Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=26368#p26368</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Слияние двух ячеек]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=26366#p26366" />
			<content type="html"><![CDATA[<p>нужно дописать в конце ячейки текст из другой ячейки<br />сделать выборку для меня не составило проблем<br />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` <br />FROM `res_product_description` ,`res_product_tab_content` <br />WHERE `res_product_description`.`language_id` = `res_product_tab_content`.`language_id` AND`res_product_description`.`product_id` = `res_product_tab_content`.`product_id`</p><p>мне нужно в `res_product_description`.`description` дописать `res_product_tab_content`.`content`<br />Особо благодарен за помощь</p>]]></content>
			<author>
				<name><![CDATA[extremer]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=7043</uri>
			</author>
			<updated>2015-05-20T07:32:04Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=26366#p26366</id>
		</entry>
</feed>
