Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9164

Re: DELETION OF ROWS HAVING SAME IDENTICAL VALUES

$
0
0

Hi,

 

you can delete duplicate rows from an internal table with

 

DELETE ADJACENT DUPLICATES FROM itab COMPARING field1 field2.

 

For this the table has to be sorted before:

 

SORT itab BY field1 field2.

 

Regards,

 

Klaus

 



Viewing all articles
Browse latest Browse all 9164

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>