<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.d3xt3r01.tk//index.php?action=history&amp;feed=atom&amp;title=Copy_table_structure</id>
	<title>Copy table structure - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.d3xt3r01.tk//index.php?action=history&amp;feed=atom&amp;title=Copy_table_structure"/>
	<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=Copy_table_structure&amp;action=history"/>
	<updated>2026-05-05T14:42:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.d3xt3r01.tk//index.php?title=Copy_table_structure&amp;diff=18&amp;oldid=prev</id>
		<title>Admin: New page: ==CODE== To copy the structure  &lt;source lang=&quot;mysql&quot;&gt; CREATE TABLE `newtable` LIKE `oldtable`; &lt;/source&gt; To also copy the rows in the newtable.. &lt;source lang=&quot;mysql&quot;&gt; INSERT `newtable` SEL...</title>
		<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=Copy_table_structure&amp;diff=18&amp;oldid=prev"/>
		<updated>2009-06-25T19:46:29Z</updated>

		<summary type="html">&lt;p&gt;New page: ==CODE== To copy the structure  &amp;lt;source lang=&amp;quot;mysql&amp;quot;&amp;gt; CREATE TABLE `newtable` LIKE `oldtable`; &amp;lt;/source&amp;gt; To also copy the rows in the newtable.. &amp;lt;source lang=&amp;quot;mysql&amp;quot;&amp;gt; INSERT `newtable` SEL...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==CODE==&lt;br /&gt;
To copy the structure &lt;br /&gt;
&amp;lt;source lang=&amp;quot;mysql&amp;quot;&amp;gt;&lt;br /&gt;
CREATE TABLE `newtable` LIKE `oldtable`;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
To also copy the rows in the newtable..&lt;br /&gt;
&amp;lt;source lang=&amp;quot;mysql&amp;quot;&amp;gt;&lt;br /&gt;
INSERT `newtable` SELECT * FROM `oldtable`;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>