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

Home -> Community -> Usenet -> c.d.o.server -> Re: Insert into my_table select (subquery) on 8.1.7

Re: Insert into my_table select (subquery) on 8.1.7

From: Noel <tbal_at_gie_o_2.pl>
Date: Fri, 14 Jan 2005 23:30:30 +0100
Message-ID: <cs9gua$sdr$1@inews.gazeta.pl>


Użytkownik Matt napisał:

> Mike,
> Sounds like you have a syntax error, which is what the PLS-00103
> refers. Make sure you have semi-colons in the right places.
>

Hope, its syntax error, but i'm affraid is not.

We should remember it's 8.1.7 database, i faced such a problem and with no solution.

It was like:

  INSERT INTO TABLE(x,y,x)
   SELECT a, b, c

     FROM
     (
      SELECT d a, e b, f b
        FROM ....
      );

and all was in PL/SQL procedure which was uncompilable :(

-- 
Noel
Received on Fri Jan 14 2005 - 16:30:30 CST

Original text of this message

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