>
> 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;
>
> What's the difference?
>
> - Dc.
No difference.... but have a look at doing the same with CREATE VIEW
and
see what you get
--
===========================================
Connor McDonald
"These views mine, no-one elses etc etc"
[email protected]