<?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: Copy an existing MySQL table to a new table</title>
	<atom:link href="http://www.tech-recipes.com/rx/1487/copy-an-existing-mysql-table-to-a-new-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/1487/copy-an-existing-mysql-table-to-a-new-table/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:22:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: arun</title>
		<link>http://www.tech-recipes.com/rx/1487/copy-an-existing-mysql-table-to-a-new-table/comment-page-1/#comment-54146</link>
		<dc:creator>arun</dc:creator>
		<pubDate>Wed, 08 Feb 2012 13:28:28 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-54146</guid>
		<description>U can use the limit keyword in mysql

select * from tablename limit 100 

selects 100 rows from the table</description>
		<content:encoded><![CDATA[<p>U can use the limit keyword in mysql</p>
<p>select * from tablename limit 100 </p>
<p>selects 100 rows from the table</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arpan</title>
		<link>http://www.tech-recipes.com/rx/1487/copy-an-existing-mysql-table-to-a-new-table/comment-page-1/#comment-53483</link>
		<dc:creator>arpan</dc:creator>
		<pubDate>Wed, 25 Jan 2012 06:55:33 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-53483</guid>
		<description>Can somebody plz tell me how to copy a table partially (selected fields) to a new/existing table&#039;s corresponding fields! I&#039;m supposed to do it using mysql(only, not using any programming language.)

thanks and regards.</description>
		<content:encoded><![CDATA[<p>Can somebody plz tell me how to copy a table partially (selected fields) to a new/existing table&#8217;s corresponding fields! I&#8217;m supposed to do it using mysql(only, not using any programming language.)</p>
<p>thanks and regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ranggi Putra</title>
		<link>http://www.tech-recipes.com/rx/1487/copy-an-existing-mysql-table-to-a-new-table/comment-page-1/#comment-33539</link>
		<dc:creator>Ranggi Putra</dc:creator>
		<pubDate>Thu, 14 Jul 2011 04:39:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-33539</guid>
		<description>Outstanding...</description>
		<content:encoded><![CDATA[<p>Outstanding&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopinathkarangula</title>
		<link>http://www.tech-recipes.com/rx/1487/copy-an-existing-mysql-table-to-a-new-table/comment-page-1/#comment-24460</link>
		<dc:creator>Gopinathkarangula</dc:creator>
		<pubDate>Mon, 06 Jun 2011 05:38:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-24460</guid>
		<description>HI to all, i agree with all the above possibilities to copy the table, with data, and structure, but all the above queries wont copy the key constraints ( relations). Is there  any query that copy index, key fields in mysql
</description>
		<content:encoded><![CDATA[<p>HI to all, i agree with all the above possibilities to copy the table, with data, and structure, but all the above queries wont copy the key constraints ( relations). Is there  any query that copy index, key fields in mysql</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yunususmani</title>
		<link>http://www.tech-recipes.com/rx/1487/copy-an-existing-mysql-table-to-a-new-table/comment-page-1/#comment-24452</link>
		<dc:creator>Yunususmani</dc:creator>
		<pubDate>Sun, 05 Jun 2011 12:18:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-24452</guid>
		<description>Its working dear.............. </description>
		<content:encoded><![CDATA[<p>Its working dear&#8230;&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar</title>
		<link>http://www.tech-recipes.com/rx/1487/copy-an-existing-mysql-table-to-a-new-table/comment-page-1/#comment-48117</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Fri, 22 Apr 2011 17:01:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-48117</guid>
		<description>Great! I am a beginner of mysql. That&#039;s is very useful for me. Thank you very much.</description>
		<content:encoded><![CDATA[<p>Great! I am a beginner of mysql. That&#8217;s is very useful for me. Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amilaudana</title>
		<link>http://www.tech-recipes.com/rx/1487/copy-an-existing-mysql-table-to-a-new-table/comment-page-1/#comment-47384</link>
		<dc:creator>Amilaudana</dc:creator>
		<pubDate>Wed, 23 Mar 2011 06:27:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47384</guid>
		<description> perfect. Thanks.</description>
		<content:encoded><![CDATA[<p>perfect. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: singletony</title>
		<link>http://www.tech-recipes.com/rx/1487/copy-an-existing-mysql-table-to-a-new-table/comment-page-1/#comment-46942</link>
		<dc:creator>singletony</dc:creator>
		<pubDate>Mon, 07 Mar 2011 10:51:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46942</guid>
		<description>Thanx, it definitely works.
However, I tried to do this on a 15 million record table, 
The INSERT INTO statement, being a logged operation, combined with the possibility for the existence of indexes, possibly even clustered ones, makes this an all around inapplicable solution.
Can you think of any alternative.    </description>
		<content:encoded><![CDATA[<p>Thanx, it definitely works.<br />
However, I tried to do this on a 15 million record table,<br />
The INSERT INTO statement, being a logged operation, combined with the possibility for the existence of indexes, possibly even clustered ones, makes this an all around inapplicable solution.<br />
Can you think of any alternative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Emmott</title>
		<link>http://www.tech-recipes.com/rx/1487/copy-an-existing-mysql-table-to-a-new-table/comment-page-1/#comment-46294</link>
		<dc:creator>Adrian Emmott</dc:creator>
		<pubDate>Thu, 10 Feb 2011 17:20:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46294</guid>
		<description>You are my hero</description>
		<content:encoded><![CDATA[<p>You are my hero</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jdssarmiento</title>
		<link>http://www.tech-recipes.com/rx/1487/copy-an-existing-mysql-table-to-a-new-table/comment-page-1/#comment-45164</link>
		<dc:creator>Jdssarmiento</dc:creator>
		<pubDate>Thu, 30 Dec 2010 09:16:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-45164</guid>
		<description>Thanks so much!</description>
		<content:encoded><![CDATA[<p>Thanks so much!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/17 queries in 1.239 seconds using memcached
Object Caching 419/424 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 07:37:22 -->
