<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Comparing T-SQL Cross Apply with MySQL GROUP_CONCAT</title>
	<atom:link href="http://www.youdidwhatwithtsql.com/comparing-tsql-cross-apply-mysql-groupconcat/280/feed" rel="self" type="application/rss+xml" />
	<link>http://www.youdidwhatwithtsql.com/comparing-tsql-cross-apply-mysql-groupconcat/280</link>
	<description>making DBAs everywhere curse!</description>
	<lastBuildDate>Fri, 10 Feb 2012 10:13:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.youdidwhatwithtsql.com/comparing-tsql-cross-apply-mysql-groupconcat/280/comment-page-1#comment-99</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 23 Aug 2009 19:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.youdidwhatwithtsql.com/?p=280#comment-99</guid>
		<description>Hi Av, yes, results are truncated by default to 1024 in length. You can change this by adjusting the group_concat_max_len variable. See http://dev.mysql.com/doc/refman/5.0/en/group-by-functions.html#function_group-concat</description>
		<content:encoded><![CDATA[<p>Hi Av, yes, results are truncated by default to 1024 in length. You can change this by adjusting the group_concat_max_len variable. See <a href="http://dev.mysql.com/doc/refman/5.0/en/group-by-functions.html#function_group-concat" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/group-by-functions.html#function_group-concat</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Av</title>
		<link>http://www.youdidwhatwithtsql.com/comparing-tsql-cross-apply-mysql-groupconcat/280/comment-page-1#comment-98</link>
		<dc:creator>Av</dc:creator>
		<pubDate>Thu, 20 Aug 2009 12:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.youdidwhatwithtsql.com/?p=280#comment-98</guid>
		<description>Just what I was looking for. I tried the GROUP_CONCAT on a table which has a lot of text but it seems to be truncating the values after a certain length. Any ideas how to fix this problem?</description>
		<content:encoded><![CDATA[<p>Just what I was looking for. I tried the GROUP_CONCAT on a table which has a lot of text but it seems to be truncating the values after a certain length. Any ideas how to fix this problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

