<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Yes Alimul Speaking &#187; MYSQL</title>
	<atom:link href="http://alimul.wordpress.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://alimul.wordpress.com</link>
	<description>This blog is still actually for myself. It can help you having coding trips on web development. If that than really that was not my trying.</description>
	<lastBuildDate>Mon, 06 Jul 2009 20:16:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='alimul.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/ca233e52d2cb0104b2fc0393d7d1af46?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Yes Alimul Speaking &#187; MYSQL</title>
		<link>http://alimul.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://alimul.wordpress.com/osd.xml" title="Yes Alimul Speaking" />
		<item>
		<title>One of my unknown function known from Mahmud Hasan</title>
		<link>http://alimul.wordpress.com/2008/10/21/one-of-my-unknown-function-known-from-mahmud-hasan/</link>
		<comments>http://alimul.wordpress.com/2008/10/21/one-of-my-unknown-function-known-from-mahmud-hasan/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 15:57:38 +0000</pubDate>
		<dc:creator>Md. Alimul Razi</dc:creator>
				<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[group_concat]]></category>

		<guid isPermaLink="false">http://alimul.wordpress.com/?p=55</guid>
		<description><![CDATA[I was reading mahmud hasan blog and found a unknown function called GROUP_CONCAT(). 


&#8220;GROUP_CONCAT() function is used to concatenate column values into a single string. It is very useful if you would otherwise perform a lookup of many row and then concatenate them on the client end.
For example if you query:

mysql&#62; SELECT Language FROM CountryLanguage [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alimul.wordpress.com&blog=1090347&post=55&subd=alimul&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I was reading mahmud hasan blog and found a unknown function called <strong>GROUP_CONCAT(). </strong></p>
<div class="content">
<div class="snap_preview">
<p><strong>&#8220;GROUP_CONCAT()</strong> function is used to concatenate column values into a single string. It is very useful if you would otherwise perform a lookup of many row and then concatenate them on the client end.</p>
<p>For example if you query:<br />
<code><br />
mysql&gt; SELECT Language FROM CountryLanguage WHERE CountryCode = ‘THA’;</code></p>
<p>It outputs:</p>
<table border="1">
<tbody>
<tr>
<td>Language</td>
</tr>
<tr>
<td>Chinese</td>
</tr>
<tr>
<td>Khmer</td>
</tr>
<tr>
<td>Kuy</td>
</tr>
<tr>
<td>Lao</td>
</tr>
</tbody>
</table>
<p>To concatenate the values into a single string, you query:<br />
<code><br />
mysql&gt; SELECT GROUP_CONCAT(Language) As Languages FROM CountryLanguage WHERE CountryCode = ‘THA’;<br />
</code><br />
Then the output will be:</p>
<table border="1">
<tbody>
<tr>
<td>Languages</td>
</tr>
<tr>
<td>Chinese, Khmer, Kuy, Lao</td>
</tr>
</tbody>
</table>
<p>You can also use some format of GROUP_CONCAT(). Like</p>
<ul>
<li>SELECT GROUP_CONCAT(<strong> Language SEPARATOR ‘-’</strong> )… It will use ‘-’ instead of ‘,’</li>
<li>SELECT GROUP_CONCAT(<strong> Language ORDER BY Language DESC </strong> )… To change the order and shorting output</li>
</ul>
<p>One thing to remember: <strong>GROUP_CONCAT()</strong><em> ignores NULL values.&#8221;</em></div>
</div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alimul.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alimul.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alimul.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alimul.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alimul.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alimul.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alimul.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alimul.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alimul.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alimul.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alimul.wordpress.com&blog=1090347&post=55&subd=alimul&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alimul.wordpress.com/2008/10/21/one-of-my-unknown-function-known-from-mahmud-hasan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e1a241ebcf34f408a6710858e520f15?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alimul</media:title>
		</media:content>
	</item>
		<item>
		<title>Time Zone Tables</title>
		<link>http://alimul.wordpress.com/2007/10/11/time-zone-tables/</link>
		<comments>http://alimul.wordpress.com/2007/10/11/time-zone-tables/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 13:03:41 +0000</pubDate>
		<dc:creator>Md. Alimul Razi</dc:creator>
				<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://alimul.wordpress.com/2007/10/11/time-zone-tables/</guid>
		<description><![CDATA[i was facing a problem with time zone while i was working for CME community website. It needed a combo for time zone. I waste my time to find it and don&#8217;t want kill your time searching for it. Just Click below.
How to install: Just unzip and past the contents in your sql&#8217;s data folder. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alimul.wordpress.com&blog=1090347&post=11&subd=alimul&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>i was facing a problem with time zone while i was working for <a href="http://cmecommunity.com/">CME community</a> website. It needed a combo for time zone. I waste my time to find it and don&#8217;t want kill your time searching for it. Just Click below.</p>
<p>How to install: Just unzip and past the contents in your sql&#8217;s data folder. First you may face problem with it. If so just restart your wamp/Xampp/apache2triad.</p>
<p>Do u feel need of description of the tables. Don&#8217;t hesitate  to <a href="alimul_alimul@hotmail.com">ask me</a>.  Or you can <a href="http://google.com">click here</a> to get more help</p>
<p>Download : <a href="http://downloads.mysql.com/general/timezone-2006g.zip">Time zone description tables, version 2006g</a></p>
<p>Short note: <a href="http://dev.mysql.com/downloads/timezones.html">http://dev.mysql.com/downloads/timezones.html</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alimul.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alimul.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alimul.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alimul.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alimul.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alimul.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alimul.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alimul.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alimul.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alimul.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alimul.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alimul.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alimul.wordpress.com&blog=1090347&post=11&subd=alimul&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alimul.wordpress.com/2007/10/11/time-zone-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e1a241ebcf34f408a6710858e520f15?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alimul</media:title>
		</media:content>
	</item>
	</channel>
</rss>