Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Q : SQL DATA TYPE QUESTIONS
Hi all,
Using Oracle8 via SQL_PLUS, I send SQL statments to create tables, but the following code doesn't work because of the BOOL type, the error message is: "ORA-00902: invalid datatype"
CREATE TABLE MyTable (
MyBool BOOL NULL,
MyChar VARCHAR2 NULL,
) tablespace MyTableSpace;
What is the BOOL equivalent data type in this case ?
Thanks in advance,
Jean Christophe Ravarini
mailto:jean-christophe.ravarini_at_genebio.com
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Wed Sep 22 1999 - 07:40:39 CDT
![]() |
![]() |