Application Development and Automation 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: 
Read only

Inner join statement

Former Member
0 Likes
565

Hi experts,

I have a selection with inner join and I have to provide the field names which I want to select. One of the fieldnames is the same as in the join table. Syntax check says that "the column name is unclear.

How can is fix this problem?

3 REPLIES 3
Read only

Former Member
0 Likes
541

Hi,

Could you please brief your problem with the code...? Because your question is not clear..

Best Regards,

Suresh

Read only

Former Member
0 Likes
541

Sorry, meanwhile I solved it

Read only

former_member15255
Active Participant
0 Likes
541

Hello,

As the fields is available in both the tables it should be aliased for example

select amatnr from mara as a inner join makt as b on amatnr eq b~matnr

where a~matnr in so_matnr

regards

Suresh Nair