on ‎2008 Feb 21 8:10 PM
Dear Experts,
I am working on creating a database view for a generic extraction.
It turns out that the database view created through an inner join is not enough to cover the requirement.
Is it possible that I can create a database view using outer join?
Is there any althernative way to resolve this problem?
Thanks and appreciated.
Arthur
Request clarification before answering.
Hi Arthur,
Outer joins are not possible with DB views. Alternate is to create a FM datasource. In the FM, you can write the select statement with an outer join. Hope this makes sense.
Thanks and Regards
Subray Hegde
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.