Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle warehouse builder where stament

Status
Not open for further replies.

kumud

MIS
Oct 13, 1999
2
US
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 nvl(z,'x') = nvl(yz,'x')
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top