<?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>Faisal Kaleem &#187; MySQL</title>
	<atom:link href="http://www.faisalkaleem.com/category/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.faisalkaleem.com</link>
	<description>A passionate developer</description>
	<lastBuildDate>Fri, 25 Oct 2024 19:03:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>A trick to insert update multiple records quickly and efficiently</title>
		<link>http://www.faisalkaleem.com/php/a-trick-to-insert-update-multiple-records-quickly-and-efficiently.html</link>
		<comments>http://www.faisalkaleem.com/php/a-trick-to-insert-update-multiple-records-quickly-and-efficiently.html#comments</comments>
		<pubDate>Sat, 30 Oct 2010 09:42:45 +0000</pubDate>
		<dc:creator>Faisal</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[inser update trick]]></category>
		<category><![CDATA[on duplicate key update]]></category>
		<category><![CDATA[quickly insert update]]></category>

		<guid isPermaLink="false">http://www.faisalkaleem.com/?p=75</guid>
		<description><![CDATA[In everyday programming we insert records and update them. Many developers use the INSERT query to insert data then use the UPDATE query to update data but before they actually need to get the WHERE condition to update the appropriate data. This task some times takes a lot of efforts if someone needs to insert [...]]]></description>
		<wfw:commentRss>http://www.faisalkaleem.com/php/a-trick-to-insert-update-multiple-records-quickly-and-efficiently.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Some useful MySQL functions that might make ones life easy</title>
		<link>http://www.faisalkaleem.com/mysql/some-useful-mysql-function-that-makes-life-easy.html</link>
		<comments>http://www.faisalkaleem.com/mysql/some-useful-mysql-function-that-makes-life-easy.html#comments</comments>
		<pubDate>Tue, 26 Oct 2010 20:28:13 +0000</pubDate>
		<dc:creator>Faisal</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[inet_aton]]></category>
		<category><![CDATA[userfull MySQL functions]]></category>
		<category><![CDATA[UUID]]></category>

		<guid isPermaLink="false">http://www.faisalkaleem.com/?p=48</guid>
		<description><![CDATA[Many developers working in web development does not know the power of database system. They are continuously using the old techniques that makes mess in the code. In any application whether its a web or desktop application there needs many operations on data, some time we have to format data in various shapes to display [...]]]></description>
		<wfw:commentRss>http://www.faisalkaleem.com/mysql/some-useful-mysql-function-that-makes-life-easy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
