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

Re: self join or equi join possible in abap?

$
0
0

Self Join can be possible by using Alias Name

 

     Select A~field1    B~field2 

     from VBFA as A

     Inner Join VBFA as B

     on A~fieldname = B~fieldname

     Into Table <table name>.


Viewing all articles
Browse latest Browse all 8499

Trending Articles



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