In oracle 9i I can execute the query below and give me all the requirements in table a eventhough there is not match on the other table b, how can I do that in access.
Select a.requirement, b.number
from allREquirement a, account b
where a.requirement(+) = b.number;
I tried this query in access and did not work.
Your guidance will be appreciated.
Luis
Select a.requirement, b.number
from allREquirement a, account b
where a.requirement(+) = b.number;
I tried this query in access and did not work.
Your guidance will be appreciated.
Luis