<?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: Create New Table by Selecting Data from Other Tables with CREATE TABLE AS</title>
	<atom:link href="http://www.mydigitallife.info/2006/08/23/create-new-table-by-selecting-data-from-other-tables-with-create-table-as/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydigitallife.info/2006/08/23/create-new-table-by-selecting-data-from-other-tables-with-create-table-as/</link>
	<description>Living Digitally and Electronically</description>
	<lastBuildDate>Mon, 07 Dec 2009 00:08:08 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Imran Aziz Khan</title>
		<link>http://www.mydigitallife.info/2006/08/23/create-new-table-by-selecting-data-from-other-tables-with-create-table-as/comment-page-1/#comment-597130</link>
		<dc:creator>Imran Aziz Khan</dc:creator>
		<pubDate>Sat, 05 Sep 2009 06:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/08/23/create-new-table-by-selecting-data-from-other-tables-with-create-table-as/#comment-597130</guid>
		<description>Check your select statement again and shuffle the joining conditions in where clause. No need to change but change the position. Try to equate id&#039;s first and contants latter. Hope this will solve your problem.</description>
		<content:encoded><![CDATA[<p>Check your select statement again and shuffle the joining conditions in where clause. No need to change but change the position. Try to equate id&#8217;s first and contants latter. Hope this will solve your problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh</title>
		<link>http://www.mydigitallife.info/2006/08/23/create-new-table-by-selecting-data-from-other-tables-with-create-table-as/comment-page-1/#comment-558089</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Wed, 28 Jan 2009 09:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/08/23/create-new-table-by-selecting-data-from-other-tables-with-create-table-as/#comment-558089</guid>
		<description>CREATE TABLE new_table_name [ ( column [, ...] ) ] AS SELECT [ ( column [, ...] ) ] FROM existing table_name


this query possible in MS-ACCESS or not</description>
		<content:encoded><![CDATA[<p>CREATE TABLE new_table_name [ ( column [, ...] ) ] AS SELECT [ ( column [, ...] ) ] FROM existing table_name</p>
<p>this query possible in MS-ACCESS or not</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tariq</title>
		<link>http://www.mydigitallife.info/2006/08/23/create-new-table-by-selecting-data-from-other-tables-with-create-table-as/comment-page-1/#comment-459630</link>
		<dc:creator>tariq</dc:creator>
		<pubDate>Thu, 10 Jan 2008 05:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/08/23/create-new-table-by-selecting-data-from-other-tables-with-create-table-as/#comment-459630</guid>
		<description>Data in the table that is created using create table as select&quot; is different from the data that is returned when the same select that creates the table is executed separately????
WE are using the tool PL/SQL Developer .
Any idea what this problem is due to?</description>
		<content:encoded><![CDATA[<p>Data in the table that is created using create table as select&#8221; is different from the data that is returned when the same select that creates the table is executed separately????<br />
WE are using the tool PL/SQL Developer .<br />
Any idea what this problem is due to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ikarus</title>
		<link>http://www.mydigitallife.info/2006/08/23/create-new-table-by-selecting-data-from-other-tables-with-create-table-as/comment-page-1/#comment-178374</link>
		<dc:creator>ikarus</dc:creator>
		<pubDate>Sat, 31 Mar 2007 19:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/08/23/create-new-table-by-selecting-data-from-other-tables-with-create-table-as/#comment-178374</guid>
		<description>We can do it also with the query,

SELECT * INTO newtable FROM existingtable 

I think its a little bit shorter.</description>
		<content:encoded><![CDATA[<p>We can do it also with the query,</p>
<p>SELECT * INTO newtable FROM existingtable </p>
<p>I think its a little bit shorter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
