‎2009 Apr 08 11:16 AM
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?
‎2009 Apr 08 11:21 AM
Hi,
Could you please brief your problem with the code...? Because your question is not clear..
Best Regards,
Suresh
‎2009 Apr 08 11:25 AM
‎2009 Apr 08 11:27 AM
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