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

Re: AMDP language SQLSCRIPT Dynamic name of the table

$
0
0

EXEC would be sufficient for you, cause at the ADMP call interface you cannot react on the enhanced result iterator. To fetch the result you have to insert into a temporary table you create before the execution (Insert into #tmptable (select ...)).

 

CONCATENATE is not available in an AMDP, for concatenation you have to use '||'.

 

Why exactly you need to do that in an AMDP and not directly with OpenSQL?


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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