<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ondrejd&#039;s blog &#187; MySQL</title>
	<atom:link href="http://www.ondrejd.info/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ondrejd.info</link>
	<description>Personal site with blog and some other stuff.</description>
	<lastBuildDate>Mon, 05 Jul 2010 16:57:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MySQL Trick: GROUP_CONCAT</title>
		<link>http://www.ondrejd.info/blog/mysql-trick-group_concat/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.ondrejd.info/blog/mysql-trick-group_concat/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 05:44:07 +0000</pubDate>
		<dc:creator>ondrejd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.ondrejd.info/?p=486</guid>
		<description><![CDATA[Today I discovered and firstly used MySQL aggregate function GROUP_CONCAT and it&#8217;s really usefull in same cases. Consider structure database like this: ┌───────────────────────────────┐ ┌───────────────────────┐ │ eshop_items │ │ eshop_items_to_genres │ ├───────────────────────────────┤ ├───────────────────────┤ │ * ID [INTEGER] &#124;----&#124; item_ID [INTEGER] │ │ title [VARCHAR] │ │ genre_ID [INTEGER] &#124;----┐ │ image [VARCHAR] │ └───────────────────────┘ &#124; │ [...]]]></description>
		<wfw:commentRss>http://www.ondrejd.info/blog/mysql-trick-group_concat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
