Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Insert with multiple subqueries question - Oracle9i

Re: Insert with multiple subqueries question - Oracle9i

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 14 Apr 2005 20:28:39 +0200
Message-ID: <2idt51p0kg2jcqocsge6a02r8f6jlp5o8r@4ax.com>


On 14 Apr 2005 10:00:33 -0700, brent.depuy_at_gmail.com wrote:

>I've looked up the correct syntax for a single subquery, but I'm asking
>about multiple subqueries. I know the syntax for a single subquery is:
>
>INSERT INTO <tablename>(value1,value2,value3,...) SELECT
>(value1,value2,value3,...) FROM <tablename>;
>
>I just don't know if having more than one subquery is possible within a
>single insert statement.
>
>My version is 9.0.1.0.0
>
> Brent

The example you show does not qualify as a subquery.

--
Sybrand Bakker, Senior Oracle DBA
Received on Thu Apr 14 2005 - 13:28:39 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US