ProCobol Outer join
- From: jeff <jmoore207@xxxxxxxxx>
- Date: Thu, 8 May 2008 06:58:32 -0700 (PDT)
I am having a problem with a left outer join when I add conditionals.
Select
A. vehicle,
B.Vehicle,
B.acct,
B.MOYR,
B.Trancode
from Table1 A, Table2 B
where A.vehicle=B.vehicle(+)
and B.acct='1234'
and B.MOYR = '0502'
and B.trancode='80'
order by a.vehicle
I need all a.vehicles for all vehicles to come back in the cursor
regardless. Any ideas?
.
- Follow-Ups:
- Re: ProCobol Outer join
- From: Robert
- Re: ProCobol Outer join
- From: Robert
- Re: ProCobol Outer join
- From: Robert
- Re: ProCobol Outer join
- From: Michael Mattias
- Re: ProCobol Outer join
- Prev by Date: Re: Crystal Reporys and Fujitsu Cobol
- Next by Date: Re: Crystal Reporys and Fujitsu Cobol
- Previous by thread: Crystal Reporys and Fujitsu Cobol
- Next by thread: Re: ProCobol Outer join
- Index(es):
Relevant Pages
|