Outer Join on a function
Hi, can someone tell me if an outer join is allowed on a function , ie
WHERE trunc(A.date_moved_in) = trunc(B.agreement_start_date) (+)
This fails with error 907 - missing right parenthesis. So I assume it is not allowed but the error is misleading and so is the ORACLE documentation in this matter.