Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Expression
> select case when A>B then 1 when A=B then null else 0 end
> into result
*
> from dual;
Gives:
ORA-00905: missing keyword
Why? Received on Wed Apr 03 2002 - 00:55:36 CST
![]() |
![]() |