<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Inserting Multiple Rows using single SQL statement !!!</title>
	<atom:link href="http://niveditaswaminathan.wordpress.com/2008/02/25/inserting-multiple-rows-using-single-sql-statement/feed/" rel="self" type="application/rss+xml" />
	<link>http://niveditaswaminathan.wordpress.com/2008/02/25/inserting-multiple-rows-using-single-sql-statement/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 10 Sep 2009 15:06:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sandrar</title>
		<link>http://niveditaswaminathan.wordpress.com/2008/02/25/inserting-multiple-rows-using-single-sql-statement/#comment-120</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 15:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/?p=38#comment-120</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jyoti R</title>
		<link>http://niveditaswaminathan.wordpress.com/2008/02/25/inserting-multiple-rows-using-single-sql-statement/#comment-102</link>
		<dc:creator>Jyoti R</dc:creator>
		<pubDate>Thu, 28 Aug 2008 07:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/?p=38#comment-102</guid>
		<description>Hey Shivam, In case u have not yet found an answer to ur problem, it will work this way - 

CREATE TABLE testTable
( id INT NOT NULL,CITY VARCHAR(50))

INSERT ALL
   INTO testTable (id,CITY) VALUES (1,&#039;NEW york&#039;)
   INTO testTable (id,CITY) VALUES (2,&#039;London&#039;)
   INTO testTable (id,CITY) VALUES (3,&#039;Paris&#039;);
SELECT * FROM dual;

:-), worked for me!!!</description>
		<content:encoded><![CDATA[<p>Hey Shivam, In case u have not yet found an answer to ur problem, it will work this way &#8211; </p>
<p>CREATE TABLE testTable<br />
( id INT NOT NULL,CITY VARCHAR(50))</p>
<p>INSERT ALL<br />
   INTO testTable (id,CITY) VALUES (1,&#8217;NEW york&#8217;)<br />
   INTO testTable (id,CITY) VALUES (2,&#8217;London&#8217;)<br />
   INTO testTable (id,CITY) VALUES (3,&#8217;Paris&#8217;);<br />
SELECT * FROM dual;</p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , worked for me!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivam</title>
		<link>http://niveditaswaminathan.wordpress.com/2008/02/25/inserting-multiple-rows-using-single-sql-statement/#comment-80</link>
		<dc:creator>Shivam</dc:creator>
		<pubDate>Fri, 11 Jul 2008 10:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/?p=38#comment-80</guid>
		<description>Nice discovery!!

Can you let me know whether this can be used on oracle 9i/10g as well?

I tried running the same on 9i but it doesn&#039;t recognise the syntax.

Thanks,
Shivam</description>
		<content:encoded><![CDATA[<p>Nice discovery!!</p>
<p>Can you let me know whether this can be used on oracle 9i/10g as well?</p>
<p>I tried running the same on 9i but it doesn&#8217;t recognise the syntax.</p>
<p>Thanks,<br />
Shivam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://niveditaswaminathan.wordpress.com/2008/02/25/inserting-multiple-rows-using-single-sql-statement/#comment-79</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Mon, 07 Jul 2008 17:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/?p=38#comment-79</guid>
		<description>To insert multiple records in a table while selecting from another table :

INSERT INTO TableName1(Id, Name, Constant) SELECT id, name ,&#039;constant value for all records&#039; from TableName2;</description>
		<content:encoded><![CDATA[<p>To insert multiple records in a table while selecting from another table :</p>
<p>INSERT INTO TableName1(Id, Name, Constant) SELECT id, name ,&#8217;constant value for all records&#8217; from TableName2;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: priya</title>
		<link>http://niveditaswaminathan.wordpress.com/2008/02/25/inserting-multiple-rows-using-single-sql-statement/#comment-68</link>
		<dc:creator>priya</dc:creator>
		<pubDate>Mon, 25 Feb 2008 12:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/?p=38#comment-68</guid>
		<description>Cool nive... thanks for ur nice info..awaiting for ur future posts..</description>
		<content:encoded><![CDATA[<p>Cool nive&#8230; thanks for ur nice info..awaiting for ur future posts..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
