<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fengcool.com &#187; copy table</title>
	<atom:link href="http://www.fengcool.com/tag/copy-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fengcool.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 25 Jan 2012 19:09:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Make a copy of mysql table</title>
		<link>http://www.fengcool.com/2009/10/make-copy-mysql-table/</link>
		<comments>http://www.fengcool.com/2009/10/make-copy-mysql-table/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 01:55:23 +0000</pubDate>
		<dc:creator>rick</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[copy table]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=132</guid>
		<description><![CDATA[copy mysql table]]></description>
			<content:encoded><![CDATA[<p>One SQL to make a copy of existing MySQL table ( table structure and records )</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">CREATE</span> <span style="color: #990099; font-weight: bold;">TABLE</span> clone_table <span style="color: #990099; font-weight: bold;">SELECT</span> <span style="color: #CC0099;">*</span> <span style="color: #990099; font-weight: bold;">FROM</span> original_table <span style="color: #990099; font-weight: bold;">WHERE</span> <span style="color: #008080;">1</span></pre></td></tr></table></div>

<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2009%2F10%2Fmake-copy-mysql-table%2F&amp;linkname=Make%20a%20copy%20of%20mysql%20table"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2009/10/make-copy-mysql-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

