Is there any way you can write your own where statment in table operator property.
i.e. in my INSERT/UPDATE instead of specifying column directly , I want column to be in where clause like
nvl(field_name,'x')
i.e. My query look like
select x,y,z from tab1 where
x = vx and
y = yx
and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.