<?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: Multiple Inserts with a Subquery</title>
	<atom:link href="http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/</link>
	<description></description>
	<lastBuildDate>Sun, 25 Mar 2012 22:58:44 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</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>By: Insert subquery &#171; aur1mas</title>
		<link>http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/comment-page-1/#comment-15211</link>
		<dc:creator>Insert subquery &#171; aur1mas</dc:creator>
		<pubDate>Thu, 04 Mar 2010 11:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/#comment-15211</guid>
		<description>[...] Šaltinis: http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Šaltinis: <a href="http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/" rel="nofollow">http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Allard</title>
		<link>http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/comment-page-1/#comment-13321</link>
		<dc:creator>Greg Allard</dc:creator>
		<pubDate>Wed, 07 May 2008 23:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/#comment-13321</guid>
		<description>Yeah I guess the parenthesis weren&#039;t needed, but the result of one query (SELECT) is going to the other (INSERT) so I&#039;d probably still call it a subquery.</description>
		<content:encoded><![CDATA[<p>Yeah I guess the parenthesis weren&#39;t needed, but the result of one query (SELECT) is going to the other (INSERT) so I&#39;d probably still call it a subquery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Mathers</title>
		<link>http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/comment-page-1/#comment-13320</link>
		<dc:creator>David Mathers</dc:creator>
		<pubDate>Wed, 07 May 2008 22:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/#comment-13320</guid>
		<description>That isn&#039;t a subquery (you can remove the () around the select), it&#039;s mysql syntax:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://dev.mysql.com/doc/refman/5.0/en/insert-select.html&quot;&gt;http://dev.mysql.com/doc/refman/5.0/en/insert-s...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>That isn&#39;t a subquery (you can remove the () around the select), it&#39;s mysql syntax:</p>
<p><a href="http://dev.mysql.com/doc/refman/5.0/en/insert-select.html"></a><a href="http://dev.mysql.com/doc/refman/5.0/en/insert-s.." rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/insert-s..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Allard</title>
		<link>http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/comment-page-1/#comment-2548</link>
		<dc:creator>Greg Allard</dc:creator>
		<pubDate>Wed, 07 May 2008 22:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/#comment-2548</guid>
		<description>Yeah I guess the parenthesis weren&#039;t needed, but the result of one query (SELECT) is going to the other (INSERT) so I&#039;d probably still call it a subquery.</description>
		<content:encoded><![CDATA[<p>Yeah I guess the parenthesis weren&#8217;t needed, but the result of one query (SELECT) is going to the other (INSERT) so I&#8217;d probably still call it a subquery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Mathers</title>
		<link>http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/comment-page-1/#comment-2540</link>
		<dc:creator>David Mathers</dc:creator>
		<pubDate>Wed, 07 May 2008 21:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/#comment-2540</guid>
		<description>That isn&#039;t a subquery (you can remove the () around the select), it&#039;s mysql syntax:

http://dev.mysql.com/doc/refman/5.0/en/insert-select.html</description>
		<content:encoded><![CDATA[<p>That isn&#8217;t a subquery (you can remove the () around the select), it&#8217;s mysql syntax:</p>
<p><a href="http://dev.mysql.com/doc/refman/5.0/en/insert-select.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/insert-select.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dubayou</title>
		<link>http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/comment-page-1/#comment-13319</link>
		<dc:creator>dubayou</dc:creator>
		<pubDate>Thu, 20 Mar 2008 20:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/#comment-13319</guid>
		<description>this is beautiful.&lt;br&gt;but damm, i can only think of the ga-zillions of scripts i need to rewrite</description>
		<content:encoded><![CDATA[<p>this is beautiful.<br />but damm, i can only think of the ga-zillions of scripts i need to rewrite</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dubayou</title>
		<link>http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/comment-page-1/#comment-27</link>
		<dc:creator>dubayou</dc:creator>
		<pubDate>Thu, 20 Mar 2008 19:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/2008/03/20/multiple-inserts-with-a-subquery/#comment-27</guid>
		<description>this is beautiful.
but damm, i can only think of the ga-zillions of scripts i need to rewrite</description>
		<content:encoded><![CDATA[<p>this is beautiful.<br />
but damm, i can only think of the ga-zillions of scripts i need to rewrite</p>
]]></content:encoded>
	</item>
</channel>
</rss>

