Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

left outer join on Infoset

former_member196080
Participant
0 Kudos

Hi,

I'm writing datasource on infoset lets say "A". And this infoset has been built on two tables X and Y.

Now, I'm enhancing my datasource by adding 3 new fields. The value of these three new fields has been based upon lookup of table X and Y.

So for selecting these tables I'm using select statement using left outer join. Do you think its right approach?

Thanks

1 REPLY 1

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

Check the documentation SELECT - JOIN and the examples given there ...