Skip to Content
0
Former Member
Feb 26, 2009 at 10:01 AM

Index selection

48 Views

Hi,

I wrote one select statement like below.

select lifnr from lfm1 where ekorg in s_ekorg.

Here primary key is "lifnr","ekorg".

Is it consider the primary key, If I use only ekorg in the selections with out "lifnr" ?

Please comment on this.