|
-
Hi,
I don't have those tables, so couldn't run the script.
but try to change
AND mwebMatrix.Mat_Date >= Currency.FX_Start_Date (+)
AND mwebMatrix.Mat_Date <= Currency.FX_Finish_Date (+)
to AND mwebMatrix.Mat_Date between
nvl(Currency.FX_Start_Date ,mwebMatrix.Mat_Date )
and nvl(FX_Finish_Date ,mwebMatrix.Mat_Date )
u can use the same creteria in <= or >= conditions?
try this and see if it helps u!!
-venu
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|