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: PL/SQL

Re: PL/SQL

From: Mike heydon <pgbison_at_iafrica.com>
Date: 1997/10/27
Message-ID: <01bce2cd$c3eea020$29af0bc4@mheydon>#1/1

> Can someone explain Why "Select ... From.." without into can't be used
 in
> PL\SQL ?
Select ... from ... is part of SQL not PL/SQL.

There are 3 distinct sets of commands ...

	SQL
	SQL PLUS
	PL/SQL

Whilst all 3 may be included in a script, you cannot mix them together in the same block or statements.

Regards
Mike Heydon Received on Mon Oct 27 1997 - 00:00:00 CST

Original text of this message

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