Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

join query

Status
Not open for further replies.

bubu2006

MIS
May 2, 2006
157
US
I can see Crystal Report 10 has an outer join link option but I can not use that because it is disabled. I have two tables and I want to use outer join between two columns. Now I don't want to write command\view\stored proc. Is there any way I can enable outer join link option? I am using Oracle9i.

Thanks in advance,
bb
 
Use the Add Command and paste in the SQL you need.

A shame you didn't state specifically what you want, a full outer, a left outer, a right outer...

-k
 
Full outer join. All other outer join condition is enebled only full outer join is disabled. I want to know whether I can enable outer join option or not. I know I can use command or view or stored proc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top