2009 Dec 21 12:27 PM
Hi all
Which select is more efficient
1) select * from MARA into it_mara where matnr between '00112' and '00114'.
or
2) select * from MARA into it_mara where matnr in ( '00112' , '0011' , '00113'. , '00114' ).
Sandeep
2009 Dec 21 12:34 PM
Doesn't matter, they might produce two different results, depending on what actually is stored in MARA.
Oh wait, I'm not supposed to reply anyway, this is Subin's job, right?
Thomas
Hi all
Which select is more efficient
1) select * from MARA into it_mara where matnr between '00112' and '00114'.
or
2) select * from MARA into it_mara where matnr in ( '00112' , '0011' , '00113'. , '00114' ).
Sandeep
2009 Dec 21 12:34 PM
Doesn't matter, they might produce two different results, depending on what actually is stored in MARA.
Oh wait, I'm not supposed to reply anyway, this is Subin's job, right?
Thomas
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |