Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Represent boolean
> 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
![]() |
![]() |