Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle For Fun
zmilos_at_sympatico.ca (zhix) wrote in message news:<c59f4459.0401291445.5df87e31_at_posting.google.com>...
> i know.. dammit..
> because it returns boolean..
>
> should call it with sumtin like:
>
> BEGIN
> IF valid_code('22-33-44') THEN
> dbms_output.put_line('True');
> ELSE
> dbms_output.put_line('False');
> END IF;
> END;
> /
>
> :-(
Right: WHEN will Oracle add Boolean support to its SQL, please??? Received on Fri Jan 30 2004 - 04:22:49 CST
![]() |
![]() |