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: Oracle For Fun

Re: Oracle For Fun

From: Tony <andrewst_at_onetel.net.uk>
Date: 30 Jan 2004 02:22:49 -0800
Message-ID: <c0e3f26e.0401300222.570a808c@posting.google.com>


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

Original text of this message

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