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 -> newbie question: "is" vs "as"

newbie question: "is" vs "as"

From: sean nakasone <seannakasone_at_yahoo.com>
Date: Thu, 22 Feb 2007 15:52:55 -1000
Message-ID: <Pine.WNT.4.64.0702221550010.2076@pgsnakason.hawaiianelectric.net>


What's the difference between "is" and "as" when used at the end of the create statement?

i.e.
create or replace procedure seanProc1 is begin

    dbms_output.put_line('hello world'); end;
/

vs.

create or replace procedure seanProc1 as begin

    dbms_output.put_line('hello world'); end;
/
Received on Thu Feb 22 2007 - 19:52:55 CST

Original text of this message

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