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: Difference between IS and AS

Re: Difference between IS and AS

From: Alexander Romanov <sashar_at_comita.spb.ru>
Date: Tue, 24 Aug 1999 18:29:09 +0400
Message-ID: <7puaef$55e$1@dragon.infopro.spb.su>


Hello
For this example IS and AS not difference

>It seems I can create quite a few things "AS" or "IS" like
>create or replace procedure junk
>IS
>BEGIN
>NULL;
>END;
> or
>create or replace procedure junk
>AS
>BEGIN
>NULL;
>END;
Received on Tue Aug 24 1999 - 09:29:09 CDT

Original text of this message

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