<?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>MySQL: INSERT IF NOT EXISTS syntax</title>
	<atom:link href="http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/feed" rel="self" type="application/rss+xml" />
	<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html</link>
	<description>Tiny bits of bioinformatics, [web-]programming etc</description>
	<lastBuildDate>Tue, 09 Mar 2010 15:46:15 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-104542</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-104542</guid>
		<description>Thanks, that was an interesting comparison. I only had tens of thousands of rows, so didn&#039;t pay attention to performance.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thanks, that was an interesting comparison. I only had tens of thousands of rows, so didn&#8217;t pay attention to performance.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-104541</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-104541</guid>
		<description>I did some speed benchmarking of these methods and found that ON DUPLICATE KEY is the faster that INSERT IGNORE.  I also found that just letting the query fail because of a primary key constraint is faster than both.  For my application, anyway.  Your mileage may vary.  More info in my &quot;website&quot; link.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I did some speed benchmarking of these methods and found that ON DUPLICATE KEY is the faster that INSERT IGNORE.  I also found that just letting the query fail because of a primary key constraint is faster than both.  For my application, anyway.  Your mileage may vary.  More info in my &#8220;website&#8221; link.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-102909</link>
		<dc:creator>willieray</dc:creator>
		<pubDate>Tue, 01 Dec 2009 06:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-102909</guid>
		<description>Fantastic!!! you saved my frazzled brain.  if not exists was tormenting me.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Fantastic!!! you saved my frazzled brain.  if not exists was tormenting me.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-102878</link>
		<dc:creator>MySQL: insert ถ้ายังไม่มี &#171; वीर &#124; บันทึกของวีร์ &#124; Vee(r)&#39;s Blog</dc:creator>
		<pubDate>Fri, 27 Nov 2009 18:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-102878</guid>
		<description>[...] ง่ายๆ เท่าที่อ่านมาจาก http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html ผ่านทาง [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] ง่ายๆ เท่าที่อ่านมาจาก <a href="http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html" rel="nofollow">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html</a> ผ่านทาง [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-102722</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sat, 07 Nov 2009 00:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-102722</guid>
		<description>Thanks! Glad to know I&#039;m not the only one thinking this way. :)</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thanks! Glad to know I&#8217;m not the only one thinking this way. <img src='http://bogdan.org.ua/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-102644</link>
		<dc:creator>Lyncis</dc:creator>
		<pubDate>Sun, 25 Oct 2009 23:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-102644</guid>
		<description>Thanks for good explanation.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thanks for good explanation.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-102366</link>
		<dc:creator>IK</dc:creator>
		<pubDate>Wed, 23 Sep 2009 18:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-102366</guid>
		<description>Great Post, thanks!
I am thinking that INSERT IGNORE would not overwrite like REPLACE would, should one want to insert the same text with different parameters. I will definitely try that now.

Regards</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Great Post, thanks!<br />
I am thinking that INSERT IGNORE would not overwrite like REPLACE would, should one want to insert the same text with different parameters. I will definitely try that now.</p>
<p>Regards<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-102049</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Sat, 08 Aug 2009 14:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-102049</guid>
		<description>Dollan, have you actually read the post text? Either I do not understand your problem, or it can indeed be solved using either INSERT IGNORE or REPLACE INTO.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Dollan, have you actually read the post text? Either I do not understand your problem, or it can indeed be solved using either INSERT IGNORE or REPLACE INTO.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-102038</link>
		<dc:creator>dollan</dc:creator>
		<pubDate>Wed, 05 Aug 2009 00:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-102038</guid>
		<description>I have a table A (col1 INT, col2 VARCHAR(1), col3 VARCHAR(1)) where col1 is primary key
i&#039;ve a record  A(1, &#039;A&#039;,null)

I want to update/insert a records if exists/not-exists to get a result of A(1, &#039;A&#039;, &#039;B&#039;);

I can do this using update A set col2=&#039;B&#039; where col1=1; But, I do not know whether col1=1 exists or not

what shuld i do?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I have a table A (col1 INT, col2 VARCHAR(1), col3 VARCHAR(1)) where col1 is primary key<br />
i&#8217;ve a record  A(1, &#8216;A&#8217;,null)</p>
<p>I want to update/insert a records if exists/not-exists to get a result of A(1, &#8216;A&#8217;, &#8216;B&#8217;);</p>
<p>I can do this using update A set col2=&#8217;B&#8217; where col1=1; But, I do not know whether col1=1 exists or not</p>
<p>what shuld i do?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-101635</link>
		<dc:creator>wladek</dc:creator>
		<pubDate>Wed, 24 Jun 2009 20:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-101635</guid>
		<description>Thanks, this article is very helpful!</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thanks, this article is very helpful!<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-101632</link>
		<dc:creator>Jacinto</dc:creator>
		<pubDate>Wed, 24 Jun 2009 17:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-101632</guid>
		<description>thank you for your help, you are the best</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->thank you for your help, you are the best<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-97719</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Thu, 29 Jan 2009 14:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-97719</guid>
		<description>Thank you for the concise explanation.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thank you for the concise explanation.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-85414</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Wed, 29 Oct 2008 11:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-85414</guid>
		<description>Cakirhal,

first of all, you will need to consult MySQL documentation for the exact queries you are using - the &quot;returned rows&quot;/&quot;affected rows&quot; count might be helpful.

Also, before executing the actual modification query, you can execute selection query (i.e. &quot;SELECT ... FROM&quot;) in your program, to know for sure if the customer exists. After that, it is a trivial task to notify the user of any problems.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Cakirhal,</p>
<p>first of all, you will need to consult MySQL documentation for the exact queries you are using &#8211; the &#8220;returned rows&#8221;/&#8221;affected rows&#8221; count might be helpful.</p>
<p>Also, before executing the actual modification query, you can execute selection query (i.e. &#8220;SELECT &#8230; FROM&#8221;) in your program, to know for sure if the customer exists. After that, it is a trivial task to notify the user of any problems.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-85410</link>
		<dc:creator>cakirhal</dc:creator>
		<pubDate>Wed, 29 Oct 2008 09:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-85410</guid>
		<description>thanks. it is very useful. Sometimes we want to send pop-up messagebox when we changed or ignord the same record. Your solutions are good but I want to know how to inform user that we changed or ignored the record. For example: &quot;Customer couldn&#039;t be added. Because the customer you entered is already exists.&quot; So how can I determine whether users attempt is executed or ignored?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->thanks. it is very useful. Sometimes we want to send pop-up messagebox when we changed or ignord the same record. Your solutions are good but I want to know how to inform user that we changed or ignored the record. For example: &#8220;Customer couldn&#8217;t be added. Because the customer you entered is already exists.&#8221; So how can I determine whether users attempt is executed or ignored?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-82700</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Mon, 29 Sep 2008 19:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-82700</guid>
		<description>Marius,

neither MySQL documentation, nor my (not so extensive) experience with MySQL raise any support for disabling described functionality for composite keys. As I understand, composite key is still a single key, and behaves as such. And MySQL documentation sometimes mentions that composite keys are just concatenated respective fields (columns).

Actually, it might be that I did apply the REPLACE or IGNORE approach to a composite-keyed table (and it was InnoDB at that time, now for that project I&#039;m using MyISAM to save space). But I&#039;m unsure - didn&#039;t check the code since it was written (now almost a year ago).</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Marius,</p>
<p>neither MySQL documentation, nor my (not so extensive) experience with MySQL raise any support for disabling described functionality for composite keys. As I understand, composite key is still a single key, and behaves as such. And MySQL documentation sometimes mentions that composite keys are just concatenated respective fields (columns).</p>
<p>Actually, it might be that I did apply the REPLACE or IGNORE approach to a composite-keyed table (and it was InnoDB at that time, now for that project I&#8217;m using MyISAM to save space). But I&#8217;m unsure &#8211; didn&#8217;t check the code since it was written (now almost a year ago).<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-82688</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Mon, 29 Sep 2008 14:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-82688</guid>
		<description>Would this work on InnoDB with composite keys as well? My task is to read only new entries from a log and insert them into a MySQL table. The table has a composite key.

(I could try this myself, but I have no MySQL box to test on for the next few weeks.)</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Would this work on InnoDB with composite keys as well? My task is to read only new entries from a log and insert them into a MySQL table. The table has a composite key.</p>
<p>(I could try this myself, but I have no MySQL box to test on for the next few weeks.)<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-80448</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Sat, 30 Aug 2008 14:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-80448</guid>
		<description>Geoffray,

if the MySQL optimization engine really does that, and if this is allowed (remember, we are triggering the ON DUPLICATE KEY event, and then trying to assign that key&#039;s value to another value, even if it is the same), then this is a really good solution.

Based on your comment, I updated the post, as MySQL syntax in fact doesn&#039;t allow the empty statement after ON (...) UPDATE.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Geoffray,</p>
<p>if the MySQL optimization engine really does that, and if this is allowed (remember, we are triggering the ON DUPLICATE KEY event, and then trying to assign that key&#8217;s value to another value, even if it is the same), then this is a really good solution.</p>
<p>Based on your comment, I updated the post, as MySQL syntax in fact doesn&#8217;t allow the empty statement after ON (&#8230;) UPDATE.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-80275</link>
		<dc:creator>Geoffray</dc:creator>
		<pubDate>Thu, 28 Aug 2008 12:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-80275</guid>
		<description>About your last option, I don&#039;t think it&#039;s possible to do nothing after the &quot;ON DUPLICATE KEY UPDATE&quot;. What you can do is updating the column (PRIMARY KEY or/and UNIQUE) which generate a duplicate entry error with it&#039;s own value. I think MySQL will ignore the update because these values are similar, so it could also be a quite fast solution.

&lt;code&gt;INSERT INTO `test`(id) VALUES (1) ON DUPLICATE KEY UPDATE id=id&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->About your last option, I don&#8217;t think it&#8217;s possible to do nothing after the &#8220;ON DUPLICATE KEY UPDATE&#8221;. What you can do is updating the column (PRIMARY KEY or/and UNIQUE) which generate a duplicate entry error with it&#8217;s own value. I think MySQL will ignore the update because these values are similar, so it could also be a quite fast solution.</p>
<p><code>INSERT INTO `test`(id) VALUES (1) ON DUPLICATE KEY UPDATE id=id</code><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-77196</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Mon, 04 Aug 2008 17:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-77196</guid>
		<description>Teo,

As I didn&#039;t do anything similar before, I can&#039;t offer you a ready working solution.

But you should just try your query :) . The part before THEN should work (unless &quot;insert ignore&quot; is not compatible with &quot;on duplicate key&quot;). For THEN-part, I suspect different syntax might be needed - look for MySQL conditional statements IF-THEN-ELSE.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Teo,</p>
<p>As I didn&#8217;t do anything similar before, I can&#8217;t offer you a ready working solution.</p>
<p>But you should just try your query <img src='http://bogdan.org.ua/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . The part before THEN should work (unless &#8220;insert ignore&#8221; is not compatible with &#8220;on duplicate key&#8221;). For THEN-part, I suspect different syntax might be needed &#8211; look for MySQL conditional statements IF-THEN-ELSE.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-77177</link>
		<dc:creator>Teo</dc:creator>
		<pubDate>Mon, 04 Aug 2008 11:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-77177</guid>
		<description>Very useful, thank you! How about insert, update and delete in a single query, it&#039;s possible? Something like: 

insert ignore into table (field_one, field_two) values (values_one, values_two) on duplicate key update field_one = values(values_one), field_two = values(values_two) THEN QUERY FOR DELETE HERE?

Thanks</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Very useful, thank you! How about insert, update and delete in a single query, it&#8217;s possible? Something like: </p>
<p>insert ignore into table (field_one, field_two) values (values_one, values_two) on duplicate key update field_one = values(values_one), field_two = values(values_two) THEN QUERY FOR DELETE HERE?</p>
<p>Thanks<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-75658</link>
		<dc:creator>Emir Bugra KOKSALAN</dc:creator>
		<pubDate>Tue, 22 Jul 2008 10:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-75658</guid>
		<description>Thank you very much!!</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thank you very much!!<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-74614</link>
		<dc:creator>Tautvydas</dc:creator>
		<pubDate>Sun, 13 Jul 2008 10:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-74614</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thanks!<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-72163</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Tue, 24 Jun 2008 07:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-72163</guid>
		<description>thanks :)</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->thanks <img src='http://bogdan.org.ua/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-72056</link>
		<dc:creator>ceteras</dc:creator>
		<pubDate>Mon, 23 Jun 2008 12:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-72056</guid>
		<description>Very interesting, and helpful.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Very interesting, and helpful.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>MySQL: INSERT IF NOT EXISTS syntax</title>
		<link>http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html/comment-page-1#comment-65751</link>
		<dc:creator>MYSQL On Duplicate Key Do Nothing OR Insert If Not Exists</dc:creator>
		<pubDate>Sun, 20 Apr 2008 06:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html#comment-65751</guid>
		<description>[...] may also find http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html good reading on the [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] may also find <a href="http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html" rel="nofollow">http://bogdan.org.ua/2007/10/18/mysql-insert-if-not-exists-syntax.html</a> good reading on the [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
