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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Derived Table

Status
Not open for further replies.

sduplan

Technical User
Dec 4, 2001
6
CA
From Tables A, B, and C, I need to generate Table D, and use it to perform an left outer join on Table E.
How can this be done? In Designer? How?

Thanks
 
in SqlPlus you could make D a view of A, B and C. In Designer you can make outer joins either d.mykey (+) = e.mykey or click check boxes for outer joins The one thing you can't give for your heart's desire is your heart. - Lois McMaster Bujold
 
Thanks for your reply jimbopalmer.
However, is it possible to implement this purely with a universe, without getting down to SQL coding?
 
I tried the view approach and it worked fine. Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top