Re: Oracle bug?
From: Terry Greenlaw <z50816_at_mip.lasc.lockheed.com>
Date: 21 Jul 1994 17:00:59 GMT
Message-ID: <30m9kb$cg2_at_pong.lasc.lockheed.com>
Date: 21 Jul 1994 17:00:59 GMT
Message-ID: <30m9kb$cg2_at_pong.lasc.lockheed.com>
> lanclosd_at_bcstec.ca.boeing.com (Dwayne K. Lanclos) writes:
>
> : PASS/FAIL VARCHAR2(1) NOT NULL,
> : *
> :ERROR at line 17:
> :ORA-00902: invalid datatype
> :
> :"Invalid datatype"? Is this a bug in Oracle 7.0?
The / could be parsed as a division sign which would make pass and fail both invalid operators, or more importantly a number (pass/fail) is an invalid type for a column name.
Terry Greenlaw
z50816_at_mip.lasc.lockheed.com
Received on Thu Jul 21 1994 - 19:00:59 CEST