<?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 function</title>
	<atom:link href="http://www.imranulhoque.com/tag/mysql-function/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 function to soundex match a word in a multi word string</title>
		<link>http://www.imranulhoque.com/mysql/mysql-function-soundex-match-multi-word-string/</link>
		<comments>http://www.imranulhoque.com/mysql/mysql-function-soundex-match-multi-word-string/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 19:18:34 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[multi-word search]]></category>
		<category><![CDATA[mysql function]]></category>
		<category><![CDATA[soundex]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=175</guid>
		<description><![CDATA[soundex is a very useful mysql function when we try to compare 2 words if they sounds similar. Here is the official manual for the function. Soundex is pretty easy to use when we are comparing 2 words. For example, check the following query:
 select if(soundex('Rösle')= soundex('rosle'), 1, 0); 
It&#8217;ll return 1 as both the [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/mysql/mysql-function-soundex-match-multi-word-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql function to find distance between two places using lat/long</title>
		<link>http://www.imranulhoque.com/mysql/mysql-function-to-find-distance-between-two-places-using-latlong/</link>
		<comments>http://www.imranulhoque.com/mysql/mysql-function-to-find-distance-between-two-places-using-latlong/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 18:52:33 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Google Map]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[mysql distance calculation]]></category>
		<category><![CDATA[mysql function]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=89</guid>
		<description><![CDATA[Sometimes we need to find out list of places that are within a certain radius from a center place where coordinates of the places are saved in the database. Now we have 2 solutions for this &#8211; either loop through all the places find the distance from the center point and keep the places that [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/mysql/mysql-function-to-find-distance-between-two-places-using-latlong/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
