<?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>Ahfook&#039;s Story &#187; MySQL</title>
	<atom:link href="http://ahfook.krova.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://ahfook.krova.com</link>
	<description>Just another WordPress weblog by ahfook</description>
	<lastBuildDate>Sun, 09 Oct 2011 17:50:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>MySQL round down decimal number to nearest 0 or 5</title>
		<link>http://ahfook.krova.com/2008/06/04/mysql-round-down-decimal-number-to-nearest-0-or-5/</link>
		<comments>http://ahfook.krova.com/2008/06/04/mysql-round-down-decimal-number-to-nearest-0-or-5/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 11:40:51 +0000</pubDate>
		<dc:creator>ahfook</dc:creator>
				<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://ahfook.krova.com/?p=293</guid>
		<description><![CDATA[Inspired by this post, I came out a way to round down a decimal number to nearest 0 or 5 in MySQL. For example: 1.27 -&#62; 1.25, 3.23-&#62;3.20 MySQL code: SELECT TRUNCATE(value * 2, 1) / 2;]]></description>
		<wfw:commentRss>http://ahfook.krova.com/2008/06/04/mysql-round-down-decimal-number-to-nearest-0-or-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New syntax for new MySQL</title>
		<link>http://ahfook.krova.com/2005/06/02/new-syntax-for-new-mysql/</link>
		<comments>http://ahfook.krova.com/2005/06/02/new-syntax-for-new-mysql/#comments</comments>
		<pubDate>Thu, 02 Jun 2005 01:40:59 +0000</pubDate>
		<dc:creator>ahfook</dc:creator>
				<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://ahfook.krova.com/?p=7</guid>
		<description><![CDATA[Downloaded new version of MySQL database, version 4.1.12. Just like usual, many new features. When I execute my old PHP programs (version 4), there is an error occured that I can&#8217;t connect to my new MySQL database &#8212; old password is not usable. After searched the net, found few ways to overcome this as shown [...]]]></description>
		<wfw:commentRss>http://ahfook.krova.com/2005/06/02/new-syntax-for-new-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

