Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Outer Join using Between

Christine1111Oct 22 2008 — edited Oct 23 2008
Hello,

Does anyone know why this outer join doesn't work......
[
   AND TRUNC (SYSDATE) BETWEEN eh.emp_hhold_start_date AND eh.emp_hhold_stop_date (+)   
but these do........
AND TRUNC (SYSDATE) >= eh.emp_hhold_start_date (+) 
AND TRUNC (SYSDATE) <= eh.emp_hhold_stop_date  (+)
Thanks,
Christine
This post has been answered by SomeoneElse on Oct 22 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 20 2008
Added on Oct 22 2008
7 comments
351 views