Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL: ORA-00920: invalid relational operator" Error
i don't think there is such an operand in in the if clause , just try
to use some ORs:
if ACCOUNT_ROW.tax2_id = 999999999 or ACCOUNT_ROW.tax2_id =888888888 or ... Received on Thu Nov 03 2005 - 14:40:02 CST
![]() |
![]() |