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 -> ORA-00907

ORA-00907

From: James O'Brian <jb300000456666_at_yahoo.com>
Date: Mon, 1 Apr 2002 15:48:46 -0500
Message-ID: <a8ag3n$71e$1@slb2.atl.mindspring.net>


Try to do:
if A not equal to zero, then divide B by A, else C.

decode(A<>0,B/A,C)

But gives:

decode(A<>0,B/A,C)

               *
ORA-00907: SQL missing right parenthesis

Your time will be appreciated. Thanks. Received on Mon Apr 01 2002 - 14:48:46 CST

Original text of this message

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