<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Mysql Tutorial &#8211; Update data in to table</title>
	<atom:link href="http://www.onlinehungama.com/2009/03/08/mysql-tutorial-update-data-in-to-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-update-data-in-to-table/</link>
	<description></description>
	<lastBuildDate>Wed, 30 Jun 2010 12:27:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Dewaele</title>
		<link>http://www.onlinehungama.com/2009/03/08/mysql-tutorial-update-data-in-to-table/comment-page-1/#comment-6663</link>
		<dc:creator>Dewaele</dc:creator>
		<pubDate>Sun, 21 Mar 2010 10:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.onlinehungama.com/?p=638#comment-6663</guid>
		<description>Hi,

another less resource-hungry way to update multiple table rows and insert new rows at the same time is the INSERT INTO... ON DUPLICATE KEY UPDATE... that was introduced in MySql 4.1.

feel free to read more about it on : http://www.od2dev.be/lang/en/mysql5-multiple-queries/</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>another less resource-hungry way to update multiple table rows and insert new rows at the same time is the INSERT INTO&#8230; ON DUPLICATE KEY UPDATE&#8230; that was introduced in MySql 4.1.</p>
<p>feel free to read more about it on : <a href="http://www.od2dev.be/lang/en/mysql5-multiple-queries/" rel="nofollow">http://www.od2dev.be/lang/en/mysql5-multiple-queries/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
