Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Passing internal table column values to SAP HANA Select statement

$
0
0

Hi,

 

Try the below piece of SQl in order to push in the select with the internal table:

 

lv_statement = SELECT A.* FROM HANA_TABLE A

                              INNER JOIN lt_table B ON A.user = B.user.


NOTE : u need to join on the common field from both the tables HANA_TABLE and lt_table.


Regards,

Charles


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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