Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: is Null or = null and a slow query
Assuming none of the columns below are nullable, try:
and ( ft.account_id = nvl(iOptionOne,ft.account_id) ) and ( ft.cust_pol_id = nvl(iOptionTwo,ft.cust_pol_id) ) and ( ft.flop_id = nvl(iOptionThree,ft.flop_id));Received on Fri Nov 04 2005 - 08:37:23 CST
![]() |
![]() |