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 -> Re: Represent boolean

Re: Represent boolean

From: alex <alienhipopotamus_at_caramail.com>
Date: 2 Jun 2002 10:00:20 -0700
Message-ID: <1d3c465f.0206020900.60e55b36@posting.google.com>


> If you are talking about a table field ... you can define it any way you
> want but Boolean is not an option.

I have try this SQL command:
CREATE TABLE TEST (myvar BOOLEAN);
Oracle responde this:
ORA-00902: invalid datatype
Why can't I use BOOLEAN here?
Thanks. Received on Sun Jun 02 2002 - 12:00:20 CDT

Original text of this message

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