<?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>ebene7 &#187; Statement</title>
	<atom:link href="http://blog.ebene7.com/schlagwort/statement/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ebene7.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 Jun 2013 18:57:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Tabellen kopieren</title>
		<link>https://blog.ebene7.com/2010/01/13/tabellen-kopieren/</link>
		<comments>https://blog.ebene7.com/2010/01/13/tabellen-kopieren/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 15:00:35 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Datenbank]]></category>
		<category><![CDATA[Tipps und Tricks]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Statement]]></category>

		<guid isPermaLink="false">http://blog.ebene7.com/?p=233</guid>
		<description><![CDATA[Einfaches SQL-Statement zum Kopieren von Tabellen. Mit Daten: INSERT INTO kopierte_tabelle SELECT * FROM original_tabelle Ohne Daten: CREATE TABLE kopierte_tabelle LIKE original_tabelle; Nachtrag: Ich habe eben noch diesen Beitrag gefunden, in dem beschrieben wird, wie das komplette Schema ohne Daten &#8230; <a href="https://blog.ebene7.com/2010/01/13/tabellen-kopieren/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Einfaches SQL-Statement zum Kopieren von Tabellen.</p>
<p>Mit Daten:</p>
<pre>INSERT INTO kopierte_tabelle SELECT * FROM original_tabelle</pre>
<p>Ohne Daten:</p>
<pre>CREATE TABLE kopierte_tabelle LIKE original_tabelle;</pre>
<p>Nachtrag:</p>
<p>Ich habe eben noch <a href="http://ushastry.blogspot.com/2010/01/mysql-copy-tables-only-structure-and-no.html" target="_blank">diesen Beitrag</a> gefunden, in dem beschrieben wird, wie das komplette <a href="http://de.wikipedia.org/wiki/Schema_%28Informatik%29" target="_blank">Schema</a> ohne Daten kopiert werden kann.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.ebene7.com/2010/01/13/tabellen-kopieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
