<?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>imranul hoque&#039;s blog &#187; Mysql</title>
	<atom:link href="http://www.imranulhoque.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imranulhoque.com</link>
	<description></description>
	<lastBuildDate>Fri, 04 Jun 2010 09:42:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mysql rounding for currency format</title>
		<link>http://www.imranulhoque.com/mysql/mysql-rounding-for-currency-format/</link>
		<comments>http://www.imranulhoque.com/mysql/mysql-rounding-for-currency-format/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 10:16:51 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[mysql rounding]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=138</guid>
		<description><![CDATA[Most of the time we are used to format float numbers into currency format by PHP (or any front end language) using functions like fprintf(). If we could grab the result formatted from the db, we won&#8217;t need to use front end formatting. Mysql function format() is the function we need.
Lets say we have a [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/mysql/mysql-rounding-for-currency-format/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Find duplicate entry in table</title>
		<link>http://www.imranulhoque.com/mysql/find-duplicate-entry-in-table/</link>
		<comments>http://www.imranulhoque.com/mysql/find-duplicate-entry-in-table/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 07:56:44 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[duplicate entries]]></category>
		<category><![CDATA[duplicate table entries]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=15</guid>
		<description><![CDATA[This is a very handy query all the db programmers and db admins need everyday.
Lets say, we have a table "test" with 2 fields "id" and "name".
We need to find out which names are duplicated in the table. So here is the query:
select name, count(*) from test group by name having count(*) &#62; 1;
This will [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/mysql/find-duplicate-entry-in-table/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
