<?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 Insert with a Select Subquery</title>
	<atom:link href="http://www.robsearles.com/2009/04/05/mysql-insert-with-a-select-subquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robsearles.com/2009/04/05/mysql-insert-with-a-select-subquery/</link>
	<description>Musing on the business of and development for "The Web"</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:08:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kunal</title>
		<link>http://www.robsearles.com/2009/04/05/mysql-insert-with-a-select-subquery/comment-page-1/#comment-276</link>
		<dc:creator>Kunal</dc:creator>
		<pubDate>Sun, 29 Jan 2012 22:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.robsearles.co.uk/?p=75#comment-276</guid>
		<description>in hindi we call it mast code</description>
		<content:encoded><![CDATA[<p>in hindi we call it mast code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michaelphipps</title>
		<link>http://www.robsearles.com/2009/04/05/mysql-insert-with-a-select-subquery/comment-page-1/#comment-207</link>
		<dc:creator>michaelphipps</dc:creator>
		<pubDate>Tue, 05 Jul 2011 12:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robsearles.co.uk/?p=75#comment-207</guid>
		<description>Much quicker than writing a script to loop through and do the insert row by row.  Thanks for posting this!</description>
		<content:encoded><![CDATA[<p>Much quicker than writing a script to loop through and do the insert row by row.  Thanks for posting this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rainer</title>
		<link>http://www.robsearles.com/2009/04/05/mysql-insert-with-a-select-subquery/comment-page-1/#comment-179</link>
		<dc:creator>Rainer</dc:creator>
		<pubDate>Sat, 30 Oct 2010 21:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.robsearles.co.uk/?p=75#comment-179</guid>
		<description>I am getting an error with this kind of subquery statement. Actually I am trying to do that on a 4.x Server. Do you know since when MySql supports inserting via subqueries?</description>
		<content:encoded><![CDATA[<p>I am getting an error with this kind of subquery statement. Actually I am trying to do that on a 4.x Server. Do you know since when MySql supports inserting via subqueries?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rainer</title>
		<link>http://www.robsearles.com/2009/04/05/mysql-insert-with-a-select-subquery/comment-page-1/#comment-164</link>
		<dc:creator>Rainer</dc:creator>
		<pubDate>Sat, 30 Oct 2010 20:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.robsearles.co.uk/?p=75#comment-164</guid>
		<description>I am getting an error with this kind of subquery statement. Actually I am trying to do that on a 4.x Server. Do you know since when MySql supports inserting via subqueries?</description>
		<content:encoded><![CDATA[<p>I am getting an error with this kind of subquery statement. Actually I am trying to do that on a 4.x Server. Do you know since when MySql supports inserting via subqueries?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aryagarg</title>
		<link>http://www.robsearles.com/2009/04/05/mysql-insert-with-a-select-subquery/comment-page-1/#comment-56</link>
		<dc:creator>aryagarg</dc:creator>
		<pubDate>Fri, 27 Nov 2009 06:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.robsearles.co.uk/?p=75#comment-56</guid>
		<description>well gud job sir</description>
		<content:encoded><![CDATA[<p>well gud job sir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Searles</title>
		<link>http://www.robsearles.com/2009/04/05/mysql-insert-with-a-select-subquery/comment-page-1/#comment-39</link>
		<dc:creator>Rob Searles</dc:creator>
		<pubDate>Wed, 07 Oct 2009 20:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.robsearles.co.uk/?p=75#comment-39</guid>
		<description>Thanks, glad you found it handy!&lt;br&gt;&lt;br&gt;Having to cast my mind back here, but I think the mapping table was needed as it was just a coincidence that both group 103 always had 104 mapped to an identical band, just in this case. There were a load of other groups that were mapped to bands that didn&#039;t have a corresponding group mapping.&lt;br&gt;&lt;br&gt;Also, would there be a speed issue with having a sub query and not a mapping table? TBH I&#039;m not sure, but it&#039;s worth a thought.</description>
		<content:encoded><![CDATA[<p>Thanks, glad you found it handy!</p>
<p>Having to cast my mind back here, but I think the mapping table was needed as it was just a coincidence that both group 103 always had 104 mapped to an identical band, just in this case. There were a load of other groups that were mapped to bands that didn&#39;t have a corresponding group mapping.</p>
<p>Also, would there be a speed issue with having a sub query and not a mapping table? TBH I&#39;m not sure, but it&#39;s worth a thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: virtualtrader</title>
		<link>http://www.robsearles.com/2009/04/05/mysql-insert-with-a-select-subquery/comment-page-1/#comment-38</link>
		<dc:creator>virtualtrader</dc:creator>
		<pubDate>Wed, 07 Oct 2009 19:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.robsearles.co.uk/?p=75#comment-38</guid>
		<description>Thanks handy post.  If you can simply use a subquery here, is your mapping table really needed then?</description>
		<content:encoded><![CDATA[<p>Thanks handy post.  If you can simply use a subquery here, is your mapping table really needed then?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

